diff --git a/roles/mote/tasks/main.yml b/roles/mote/tasks/main.yml index e53404141f..fca6aae2d0 100644 --- a/roles/mote/tasks/main.yml +++ b/roles/mote/tasks/main.yml @@ -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 }