We shouldn't need these lineinfiles.

This commit is contained in:
Kevin Fenzi 2016-02-08 18:47:35 +00:00
parent 84cb926f4e
commit 41d1fceed6
2 changed files with 0 additions and 4 deletions

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

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