Don't restart apache each time role is ran
This commit is contained in:
parent
2b1af001a4
commit
f6f8769666
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@
|
||||||
template: src={{ item.file }}
|
template: src={{ item.file }}
|
||||||
dest="{{ item.location }}/{{ item.file }}"
|
dest="{{ item.location }}/{{ item.file }}"
|
||||||
owner=apache group=apache mode=0600
|
owner=apache group=apache mode=0600
|
||||||
changed_when: "1 != 1"
|
|
||||||
with_items:
|
with_items:
|
||||||
- { file: mote_config.py, location: /etc/mote, dest: config.py }
|
- { file: mote_config.py, location: /etc/mote, dest: config.py }
|
||||||
- { file: mote.conf, location: /etc/httpd/conf.d }
|
- { file: mote.conf, location: /etc/httpd/conf.d }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue