Remove httpd from builders - it's a bad idea
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
08d514565d
commit
77954f9881
1 changed files with 5 additions and 0 deletions
|
@ -233,6 +233,11 @@
|
|||
tags:
|
||||
- koji_builder
|
||||
|
||||
# Before, the builders had the "apache" role. This is a temporary play to remove the httpd daemon everywhere
|
||||
- name: Uninstall httpd
|
||||
package: name=httpd
|
||||
state=absent
|
||||
|
||||
- name: Add the Apache group
|
||||
group: name=apache
|
||||
gid=48
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue