Fix galaxy roles installation
This commit is contained in:
parent
73ce9d97d3
commit
ac4fc01499
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
*.retry
|
||||
env/
|
||||
galaxy_roles/
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
nocows = 1
|
||||
host_key_checking = False
|
||||
retry_files_enabled = False
|
||||
roles_path = ./galaxy_roles:./roles
|
||||
inventory = ./hosts
|
||||
become_ask_pass = True
|
||||
interpreter_python = /usr/bin/python3
|
||||
|
|
Loading…
Reference in a new issue