Revert "add fedora-bootstrap.yml include for osbs-cluster"

This reverts commit 3760302843.
This commit is contained in:
Adam Miller 2016-10-24 16:53:18 +00:00
parent 3760302843
commit 5108cfe915
2 changed files with 0 additions and 5 deletions

View file

@ -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"

View file

@ -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: