From fc6222f42abb7af71c21e9b72bf8560f5560a35b Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 14 Dec 2015 17:06:39 +0000 Subject: [PATCH] Drop growroot here. It's no longer needed for ext4 using guests. --- playbooks/groups/copr-backend.yml | 1 - playbooks/groups/copr-dist-git.yml | 2 -- playbooks/groups/copr-frontend.yml | 1 - 3 files changed, 4 deletions(-) diff --git a/playbooks/groups/copr-backend.yml b/playbooks/groups/copr-backend.yml index 929515b178..8a9a4c101f 100644 --- a/playbooks/groups/copr-backend.yml +++ b/playbooks/groups/copr-backend.yml @@ -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 diff --git a/playbooks/groups/copr-dist-git.yml b/playbooks/groups/copr-dist-git.yml index 9fdd9ad892..c94d272fa3 100644 --- a/playbooks/groups/copr-dist-git.yml +++ b/playbooks/groups/copr-dist-git.yml @@ -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 diff --git a/playbooks/groups/copr-frontend.yml b/playbooks/groups/copr-frontend.yml index 49e79528dc..865c4f65d4 100644 --- a/playbooks/groups/copr-frontend.yml +++ b/playbooks/groups/copr-frontend.yml @@ -11,7 +11,6 @@ tasks: - include: "{{ tasks }}/persistent_cloud_new.yml" - - include: "{{ tasks }}/growroot_cloud.yml" - name: cloud basic setup hosts: copr-front-stg