Skip to content

Commit f01dcc0

Browse files
committed
Fix dependency installation
1 parent f5ffaab commit f01dcc0

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

ansible/group_vars/all.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
---
22
runtime_command: docker
3+
has_rpm_ostree: false
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
---
22
ansible_user: core
3+
has_rpm_ostree: true
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
---
22
ansible_user: core
3+
has_rpm_ostree: true

ansible/run-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
- python3-packaging
1515
- python3-requests
1616
state: present
17+
when: has_rpm_ostree
1718

1819
- name: Login to quay.io
1920
community.docker.docker_login:

0 commit comments

Comments
 (0)