Skip to content
This repository was archived by the owner on Dec 26, 2020. It is now read-only.

Commit a46e743

Browse files
authored
Merge pull request #122 from fazlearefin/master
Fix ansible.cfg settings
2 parents 2a4cfdf + c2555f4 commit a46e743

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ansible.cfg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
# finds first
99

1010
[defaults]
11-
ansible_managed = Ansible managed: {file} modified on %Y-%m-%d by {uid} on {host}
11+
ansible_managed = Ansible managed: {file} modified by {uid} on {host}
12+
roles_path = /vagrant
1213

13-
role_path = /vagrant
14+
[ssh_connection]
1415
scp_if_ssh = True

0 commit comments

Comments
 (0)