🚨: fix ansible-lint
All checks were successful
ansible-lint / lint-everything (push) Successful in 1m29s

This commit is contained in:
VC
2025-07-17 13:25:51 +02:00
parent 43b85b7585
commit 2807c9d0fa
5 changed files with 16 additions and 16 deletions

View File

@@ -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