do not modify the hosts here, it is not needed anymore

This commit is contained in:
Kevin Fenzi 2017-02-04 18:33:40 +00:00
parent 5fecbcad3c
commit 58ed91c912

View file

@ -12,8 +12,6 @@
pre_tasks:
- name: "Add koji to hosts file"
lineinfile: dest=/etc/hosts line="10.5.125.36 koji koji.fedoraproject.org" state=present
- yum: name=libsemanage-python state=present
- name: "Set SElinux booleans"
seboolean: name=httpd_can_network_connect_db state=yes persistent=yes