Don't restart apache each time role is ran

This commit is contained in:
Chaoyi Zha 2015-06-12 13:48:21 +00:00
parent 2b1af001a4
commit f6f8769666

View file

@ -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 }