mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 11:36:10 +08:00
libravatar: remove unneded welcome.conf replacement
This commit is contained in:
@@ -1 +0,0 @@
|
||||
# empty
|
||||
@@ -117,15 +117,6 @@
|
||||
tags:
|
||||
- config
|
||||
|
||||
- name: copy httpd config
|
||||
copy: src="httpd/{{ item }}" dest="/etc/httpd/conf.d/{{ item }}"
|
||||
with_items:
|
||||
- welcome.conf
|
||||
notify:
|
||||
- reload httpd
|
||||
tags:
|
||||
- config
|
||||
|
||||
- name: ensure httpd state
|
||||
service: state=started enabled=yes name={{ item }}
|
||||
with_items:
|
||||
|
||||
Reference in New Issue
Block a user