Add tasks here for f23 cloud instances
This commit is contained in:
parent
ea767b240b
commit
7238144089
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue