Set roles path in project

This commit is contained in:
Oliver Davies 2020-05-06 19:01:39 +01:00
parent 6c960de854
commit 4fd639507c
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
tools/ansible/.roles/
vendor/
web/
.editorconfig

View file

@ -5,5 +5,6 @@ nocows = True
private_key_file = .vagrant/machines/dransible/virtualbox/private_key
remote_user = vagrant
retry_files_enabled = False
roles_path = tools/ansible/.roles
stdout_callback = yaml
vault_password_file = tools/ansible/vault-password.txt