Перенес настройку в конфиг
This commit is contained in:
parent
87135056cf
commit
11a971ad67
@ -7,7 +7,6 @@ vars:
|
||||
sh: id -u
|
||||
GROUP_ID:
|
||||
sh: id -g
|
||||
ANSIBLE_HOST_KEY_CHECKING: 'True'
|
||||
|
||||
tasks:
|
||||
edit-vars:
|
||||
|
@ -1,3 +1,4 @@
|
||||
[defaults]
|
||||
roles_path = ./ansible/galaxy.roles
|
||||
host_key_checking = True
|
||||
vault_password_file = ./ansible-vault-password-file
|
||||
roles_path = ./ansible/galaxy.roles
|
||||
|
Loading…
Reference in New Issue
Block a user