1
0

Обновлена конфигурация

This commit is contained in:
2019-06-27 22:43:01 +03:00
parent 2bfcd35efd
commit 7e1cb26f5c
3 changed files with 12 additions and 2 deletions

View File

@ -23,7 +23,7 @@
key: '{{ item }}'
state: present
with_items: '{{ owner_ssh_keys }}'
when: owner_ssh_keys | bool
when: owner_ssh_keys | length > 0
- name: 'Prepare env variables.'
set_fact: