From 5108cfe91580c0cf6b10896bf5cecf91c27b897c Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Mon, 24 Oct 2016 16:53:18 +0000 Subject: [PATCH] Revert "add fedora-bootstrap.yml include for osbs-cluster" This reverts commit 37603028430ca77d147283792e16a4145331f333. --- playbooks/groups/osbs-cluster.yml | 1 - playbooks/include/bootstrap-fedora.yml | 4 ---- 2 files changed, 5 deletions(-) delete mode 100644 playbooks/include/bootstrap-fedora.yml diff --git a/playbooks/groups/osbs-cluster.yml b/playbooks/groups/osbs-cluster.yml index a821adc323..3757922083 100644 --- a/playbooks/groups/osbs-cluster.yml +++ b/playbooks/groups/osbs-cluster.yml @@ -25,7 +25,6 @@ - include: "{{ tasks }}/yumrepos.yml" - include: "{{ tasks }}/2fa_client.yml" - include: "{{ tasks }}/motd.yml" - - include: "/srv/web/infra/ansible/playbooks/include/bootstrap-fedora.yml" handlers: - include: "{{ handlers }}/restart_services.yml" diff --git a/playbooks/include/bootstrap-fedora.yml b/playbooks/include/bootstrap-fedora.yml deleted file mode 100644 index d80f6646cb..0000000000 --- a/playbooks/include/bootstrap-fedora.yml +++ /dev/null @@ -1,4 +0,0 @@ -- name: install python and deps for ansible modules - raw: dnf install -y python2 python2-dnf libselinux-python libsemanage-python python2-firewall - -# vim:ft=ansible: