mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Add httpd tag for taskotron
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user