Skip to content

Commit fa5fc07

Browse files
committed
Changing to be completely localised
1 parent ae61f1a commit fa5fc07

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
environments
22
*.pyc
33
venv*/
4-
ansible/roles/libvirtd
5-
ansible/roles/jimcircadian-isso
4+
!ansible/roles/jimcircadian-*
5+
ansible/roles/*/

ansible/ansible.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ nocolor=False
77
nocows=True
88
remote_user=root
99
retry_files_enabled=False
10-
roles_path=~/.ansible/roles:./roles
10+
roles_path=./roles
1111
timeout=60
1212

1313
[ssh_connection]

0 commit comments

Comments
 (0)