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
|
- name: Uninstall httpd
|
||||||
package: name=httpd
|
package: name=httpd
|
||||||
state=absent
|
state=absent
|
||||||
|
tags:
|
||||||
|
- koji_builder
|
||||||
|
- removehttpd
|
||||||
|
|
||||||
- name: Add the Apache group
|
- name: Add the Apache group
|
||||||
group: name=apache
|
group: name=apache
|
||||||
|
@ -245,6 +248,7 @@
|
||||||
state=present
|
state=present
|
||||||
tags:
|
tags:
|
||||||
- koji_builder
|
- koji_builder
|
||||||
|
- removehttpd
|
||||||
|
|
||||||
- name: Create the apache user
|
- name: Create the apache user
|
||||||
user: name=apache
|
user: name=apache
|
||||||
|
@ -257,3 +261,4 @@
|
||||||
state=present
|
state=present
|
||||||
tags:
|
tags:
|
||||||
- koji_builder
|
- koji_builder
|
||||||
|
- removehttpd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue