mirror of
https://github.com/famedly/ansible-collection-base
synced 2024-11-10 06:24:17 +00:00
chore: prevent lego from issuing new certs in rollouts
This commit is contained in:
parent
2f4cf0ae12
commit
acf871de14
1 changed files with 0 additions and 5 deletions
|
@ -81,15 +81,11 @@
|
|||
copy:
|
||||
dest: "{{ lego_acme_account_path }}"
|
||||
content: "{{ lego_acme_account_merged | to_json }}"
|
||||
notify:
|
||||
- Run lego
|
||||
|
||||
- name: Save acme private key
|
||||
copy:
|
||||
dest: "{{ lego_acme_key_path }}"
|
||||
content: "{{ lego_acme_privkey }}"
|
||||
notify:
|
||||
- Run lego
|
||||
|
||||
when: lego_acme_account is defined and lego_acme_privkey is defined
|
||||
|
||||
|
@ -102,7 +98,6 @@
|
|||
group: "root"
|
||||
mode: '0755'
|
||||
notify:
|
||||
- Run lego
|
||||
- Reload systemd
|
||||
|
||||
- name: Ensure systemd timer for lego is templated
|
||||
|
|
Loading…
Reference in a new issue