try this?
Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
parent
acabd74d6e
commit
16b3bb39c5
1 changed files with 2 additions and 2 deletions
|
@ -46,14 +46,14 @@
|
|||
- import_tasks: "{{ tasks_path }}/transient_newcloud.yml"
|
||||
|
||||
- name: gather facts
|
||||
delegate_to: tmp_just_created
|
||||
delegate_to: "{{ tmp_just_created }}"
|
||||
setup:
|
||||
check_mode: no
|
||||
ignore_errors: True
|
||||
register: facts
|
||||
|
||||
- name: install python2 and dnf stuff
|
||||
delegate_to: tmp_just_created
|
||||
delegate_to: "{{ tmp_just_created }}"
|
||||
raw: dnf -y install python-dnf libselinux-python
|
||||
when: facts is failed
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue