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: