Skip to content

Commit 8f6e904

Browse files
mnasiadkaAlex-Welsh
authored andcommitted
ansible-lint: Fix yaml[truthy] in haproxy-config role
Change-Id: Ie83e990414aa19973b26185b47e1a575f52db288 Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
1 parent afcf4d4 commit 8f6e904

File tree

1 file changed

+1
-1
lines changed
  • ansible/roles/haproxy-config/tasks

1 file changed

+1
-1
lines changed

ansible/roles/haproxy-config/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
vars:
2525
service: "{{ item.value }}"
2626
blockinfile:
27-
create: yes
27+
create: true
2828
path: "{{ node_config_directory }}/haproxy/external-frontend-map"
2929
insertafter: EOF
3030
marker: "# {mark} {{ item.key }}"

0 commit comments

Comments
 (0)