Skip to content

Commit ea6ef57

Browse files
committed
changed role path v3
1 parent 8235ab2 commit ea6ef57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ansible/ansible.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[defaults]
2-
roles_path = ../roles
2+
roles_path = ./roles

ansible/playbooks/site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
become: true
55

66
roles:
7-
- { role: roles/web }
7+
- { role: web }

0 commit comments

Comments
 (0)