mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Don't restart apache each time role is ran
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
template: src={{ item.file }}
|
||||
dest="{{ item.location }}/{{ item.file }}"
|
||||
owner=apache group=apache mode=0600
|
||||
changed_when: "1 != 1"
|
||||
with_items:
|
||||
- { file: mote_config.py, location: /etc/mote, dest: config.py }
|
||||
- { file: mote.conf, location: /etc/httpd/conf.d }
|
||||
|
||||
Reference in New Issue
Block a user