🚨: fix ansible-lint
All checks were successful
ansible-lint / lint-everything (push) Successful in 1m29s
All checks were successful
ansible-lint / lint-everything (push) Successful in 1m29s
This commit is contained in:
@@ -10,5 +10,5 @@
|
||||
|
||||
- name: Set default CA
|
||||
ansible.builtin.command: /etc/x509/acme.sh --set-default-ca --server letsencrypt
|
||||
register: acme_output
|
||||
changed_when: acme_output.rc != 0
|
||||
register: x509_acme_output
|
||||
changed_when: x509_acme_output.rc != 0
|
||||
|
Reference in New Issue
Block a user