We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent def9ebf commit bd2c7fcCopy full SHA for bd2c7fc
1 file changed
ansible/roles/khronos/tasks/main.yml
@@ -26,7 +26,7 @@
26
- name: Khronos CLI - Canary
27
minute: "*/5"
28
script: canary-cron.sh
29
- state: "{% if node_env == 'production-gamma' %}present{% else %}absent{% endif %}"
+ state: "{% if node_env == 'production-delta' %}present{% else %}absent{% endif %}"
30
31
- name: make directory for mongo certificates
32
become: yes
0 commit comments