mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-06 08:36:55 +02:00
Update to 2023-07-08 16:00
This commit is contained in:
@@ -13,10 +13,3 @@
|
||||
when: consul_ct_service.stat.exists
|
||||
tags: consul
|
||||
|
||||
- name: Handle consul-vault-agent service
|
||||
service:
|
||||
name: consul-vault-agent
|
||||
state: "{{ (consul_vault_agent.pki.enabled) | ternary('started', 'stopped') }}"
|
||||
enabled: "{{ (consul_vault_agent.pki.enabled) | ternary(True, False) }}"
|
||||
tags: consul
|
||||
|
||||
|
Reference in New Issue
Block a user