Compare commits

..

1 Commits

Author SHA1 Message Date
VC
0a47e8e602 🚨: lint properly acme.yml
Some checks failed
ansible-lint / lint-everything (push) Failing after 14s
2025-04-10 13:31:11 +02:00

View File

@@ -20,7 +20,7 @@
remote_src: true
src: "/etc/x509/{{ host.host }}_ecc/"
dest: "/etc/x509/{{ host.host }}"
mode: "{{ _nginx_x509_ecc_dir.stat.mode }}"
mode: _nginx_x509_ecc_dir.stat.mode
- name: Remove ecc dir
ansible.builtin.file: