1
0

Исправлено замечание про bare variables

This commit is contained in:
Anton Vakhrushev 2019-06-26 20:31:30 +03:00
parent 0e1791732d
commit 495dafa4c9

View File

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