Drop growroot here. It's no longer needed for ext4 using guests.
This commit is contained in:
parent
3acaddc783
commit
fc6222f42a
3 changed files with 0 additions and 4 deletions
|
@ -19,7 +19,6 @@
|
|||
- name: install python2 and dnf stuff
|
||||
raw: dnf -y install python-dnf libselinux-python yum
|
||||
when: facts|failed
|
||||
- include: "{{ tasks }}/growroot_cloud.yml"
|
||||
|
||||
- name: cloud basic setup
|
||||
hosts: copr-back-stg
|
||||
|
|
|
@ -13,8 +13,6 @@
|
|||
|
||||
tasks:
|
||||
- include: "{{ tasks }}/persistent_cloud_new.yml"
|
||||
- include: "{{ tasks }}/growroot_cloud.yml"
|
||||
# TODO: remove when copr-dist-git will be deployed to the persistent tenant
|
||||
|
||||
- name: cloud basic setup
|
||||
hosts: copr-dist-git-stg:copr-dist-git
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
|
||||
tasks:
|
||||
- include: "{{ tasks }}/persistent_cloud_new.yml"
|
||||
- include: "{{ tasks }}/growroot_cloud.yml"
|
||||
|
||||
- name: cloud basic setup
|
||||
hosts: copr-front-stg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue