fix mistype

This commit is contained in:
ace 2023-07-05 12:37:22 +03:00
parent 52b089fd4b
commit f2afedf857
Signed by: ace
GPG Key ID: 2C08973DD37A76FD
2 changed files with 4 additions and 4 deletions

View File

@ -81,7 +81,7 @@
- set_fact:
haproxy_config: "{{ haproxy_config_override }}"
- name: Override HAParoxy config in plain text
- name: Override HAProxy config in plain text
copy:
content: "{{ haproxy_config }}"
dest: "/etc/haproxy/haproxy.cfg"
@ -94,7 +94,7 @@
- set_fact:
haproxy_config: "{{ haproxy_config_base64_override | b64decode }}"
- name: Override HAParoxy with config in base64
- name: Override HAProxy with config in base64
copy:
content: "{{ haproxy_config }}"
dest: "/etc/haproxy/haproxy.cfg"

View File

@ -96,7 +96,7 @@
- set_fact:
haproxy_config: "{{ haproxy_config_override }}"
- name: Override HAParoxy config in plain text
- name: Override HAProxy config in plain text
copy:
content: "{{ haproxy_config }}"
dest: "/etc/haproxy/haproxy.cfg"
@ -109,7 +109,7 @@
- set_fact:
haproxy_config: "{{ haproxy_config_base64_override | b64decode }}"
- name: Override HAParoxy with config in base64
- name: Override HAProxy with config in base64
copy:
content: "{{ haproxy_config }}"
dest: "/etc/haproxy/haproxy.cfg"