Skip to content
Snippets Groups Projects
Commit 62900220 authored by Antoine SCHILDKNECHT's avatar Antoine SCHILDKNECHT
Browse files

Merge branch 't32567-new-celerity-config' into 'main'

Update celerity config rights | refs #32567

See merge request sys/ansible-public!10
parents bbee6ba2 3cf6037b
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