Test some tasks to get fedora23 cloud instances working nicely with ansible.

This commit is contained in:
Kevin Fenzi 2015-11-30 20:56:00 +00:00
parent e47c1d1a81
commit c3f5b21427

View file

@ -53,3 +53,13 @@
# we have to wait some time. 10 sec is usually enough, but not always.
- name: waiting for cloud-init
pause: seconds=30
- name: gather facts
setup:
always_run: True
ignore_errors: True
register: facts
- name: install python2 and dnf stuff
raw: dnf -y install python-dnf libselinux-python
when: facts|failed