Add play tags
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
d643854458
commit
8f10ff70f6
1 changed files with 6 additions and 0 deletions
|
@ -83,11 +83,17 @@
|
|||
|
||||
- name: Make sure apache autoindex.conf is replaced with ours
|
||||
copy: src=httpd/dl.fedoraproject.org/autoindex.conf dest=/etc/httpd/conf.d/autoindex.conf
|
||||
tags:
|
||||
- httpd
|
||||
- config
|
||||
notify:
|
||||
- reload httpd
|
||||
|
||||
- name: Configure httpd dl sub conf
|
||||
copy: src=httpd/dl.fedoraproject.org/ dest=/etc/httpd/conf.d/dl.fedoraproject.org/
|
||||
tags:
|
||||
- httpd
|
||||
- config
|
||||
notify:
|
||||
- reload httpd
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue