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
|
*.retry
|
||||||
env/
|
env/
|
||||||
|
galaxy_roles/
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
nocows = 1
|
nocows = 1
|
||||||
host_key_checking = False
|
host_key_checking = False
|
||||||
retry_files_enabled = False
|
retry_files_enabled = False
|
||||||
|
roles_path = ./galaxy_roles:./roles
|
||||||
inventory = ./hosts
|
inventory = ./hosts
|
||||||
become_ask_pass = True
|
become_ask_pass = True
|
||||||
interpreter_python = /usr/bin/python3
|
interpreter_python = /usr/bin/python3
|
||||||
|
|
Loading…
Reference in a new issue