Make keys2deploy optional

This commit is contained in:
Raphael Dannecker 2025-04-07 07:54:17 +02:00
parent 9a6a05e2d0
commit 4c2e657c98

View file

@ -4,6 +4,7 @@
user: ansible
key: "{{ item }}"
loop: "{{ keys2deploy }}"
when: keys2deploy is defined
- name: Allow sudo without password for ansible
ansible.builtin.lineinfile: