Skip to content
Snippets Groups Projects
Commit 3cf6037b authored by Antoine Schildknecht's avatar Antoine Schildknecht
Browse files

Update celerity config rights

parent bbee6ba2
No related branches found
No related tags found
No related merge requests found
......@@ -14,9 +14,6 @@
template:
src: celerity-config.py.j2
dest: /etc/celerity/config.py
mode: 0644
owner: root
group: root
changed_when: "'molecule-idempotence-notest' not in ansible_skip_tags"
- name: ensure celerity server is running
......
......@@ -56,9 +56,6 @@
template:
src: celerity-config.py.j2
dest: /etc/celerity/config.py
mode: 0644
owner: root
group: root
when:
- inventory_hostname not in groups['celerity']
changed_when: "'molecule-idempotence-notest' not in ansible_skip_tags"
......
......@@ -14,9 +14,6 @@
template:
src: celerity-config.py.j2
dest: /etc/celerity/config.py
mode: 0644
owner: root
group: root
- name: ensure celerity worker is running
service:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment