Skip to content
Snippets Groups Projects
Commit c738b830 authored by Felix Schäfer's avatar Felix Schäfer :construction_worker:
Browse files

Truthy values

parent 58846759
No related branches found
No related tags found
No related merge requests found
Pipeline #62749 failed
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
path: /etc/haproxy/haproxy.cfg path: /etc/haproxy/haproxy.cfg
line: "backend {{ haproxy_acme_backend_name }}" line: "backend {{ haproxy_acme_backend_name }}"
state: present state: present
check_mode: yes check_mode: true
ignore_errors: yes ignore_errors: true
register: haproxy_acmetool_backend register: haproxy_acmetool_backend
- include_tasks: standalone_tls.yml - include_tasks: standalone_tls.yml
...@@ -193,5 +193,5 @@ ...@@ -193,5 +193,5 @@
assemble: assemble:
src: "{{ haproxy_config_dir }}/compiled" src: "{{ haproxy_config_dir }}/compiled"
dest: "{{ haproxy_config_file }}" dest: "{{ haproxy_config_file }}"
backup: yes backup: true
notify: reload haproxy notify: reload haproxy
...@@ -39,12 +39,12 @@ ...@@ -39,12 +39,12 @@
apt: apt:
name: "haproxy=2.5.*" name: "haproxy=2.5.*"
state: present state: present
update_cache: yes update_cache: true
- name: 'Enable haproxy unit' - name: 'Enable haproxy unit'
systemd: systemd:
name: haproxy name: haproxy
enabled: yes enabled: true
- name: 'Ensure chroot directory exists' - name: 'Ensure chroot directory exists'
file: file:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment