Add tasks here for f23 cloud instances

This commit is contained in:
Kevin Fenzi 2015-11-30 21:13:39 +00:00
parent ea767b240b
commit 7238144089

View file

@ -12,6 +12,15 @@
tasks:
- include: "{{ tasks }}/persistent_cloud_new.yml"
- include: "{{ tasks }}/growroot_cloud.yml"
- 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
- name: cloud basic setup
hosts: copr-back-stg