Обновлена конфигурация
This commit is contained in:
		| @@ -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: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user