Исправлено замечание про bare variables
This commit is contained in:
parent
0e1791732d
commit
495dafa4c9
@ -23,7 +23,7 @@
|
||||
key: '{{ item }}'
|
||||
state: present
|
||||
with_items: '{{ owner_ssh_keys }}'
|
||||
when: owner_ssh_keys
|
||||
when: owner_ssh_keys | bool
|
||||
|
||||
- name: 'Prepare env variables.'
|
||||
set_fact:
|
||||
|
Loading…
Reference in New Issue
Block a user