Add httpd tag for taskotron
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
df9301be20
commit
6b8e2af182
1 changed files with 4 additions and 0 deletions
|
@ -20,12 +20,16 @@
|
|||
- name: generate rhel httpd ssl config
|
||||
template: src=ssl.conf.rhel.j2 dest=/etc/httpd/conf.d/ssl.conf owner=root group=root mode=0644
|
||||
when: is_rhel is defined
|
||||
tags:
|
||||
- httpd
|
||||
notify:
|
||||
- reload httpd
|
||||
|
||||
- name: generate fedora httpd ssl config
|
||||
template: src=ssl.conf.j2 dest=/etc/httpd/conf.d/ssl.conf owner=root group=root mode=0644
|
||||
when: is_fedora is defined
|
||||
tags:
|
||||
- httpd
|
||||
notify:
|
||||
- reload httpd
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue