Skip to content

Commit a609273

Browse files
authored
Merge pull request #7 from niklassc7/master
Fix loop
2 parents 331d89a + 4042752 commit a609273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
- name: Create haproxy directories
2121
become: True
2222
file:
23-
path: /etc/systemd/system/haproxy.service.d
23+
path: "{{ item }}"
2424
state: directory
2525
loop:
2626
- "/etc/systemd/system/haproxy.service.d"

0 commit comments

Comments
 (0)