Tag these plays temporarily
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
77954f9881
commit
d442a5a9c1
1 changed files with 5 additions and 0 deletions
|
@ -237,6 +237,9 @@
|
|||
- name: Uninstall httpd
|
||||
package: name=httpd
|
||||
state=absent
|
||||
tags:
|
||||
- koji_builder
|
||||
- removehttpd
|
||||
|
||||
- name: Add the Apache group
|
||||
group: name=apache
|
||||
|
@ -245,6 +248,7 @@
|
|||
state=present
|
||||
tags:
|
||||
- koji_builder
|
||||
- removehttpd
|
||||
|
||||
- name: Create the apache user
|
||||
user: name=apache
|
||||
|
@ -257,3 +261,4 @@
|
|||
state=present
|
||||
tags:
|
||||
- koji_builder
|
||||
- removehttpd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue