Skip to content

Commit

Permalink
Cs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Oct 28, 2022
1 parent 035cf42 commit cd12d24
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,31 +9,36 @@
- haproxy
- haproxy-check-version-support

- ansible.builtin.import_tasks: install.yml
- name: install
ansible.builtin.import_tasks: install.yml
tags:
- configuration
- haproxy
- haproxy-install

- ansible.builtin.import_tasks: certificates.yml
- name: certificates
ansible.builtin.import_tasks: certificates.yml
tags:
- configuration
- haproxy
- haproxy-certificates

- ansible.builtin.import_tasks: acl.yml
- name: acl
ansible.builtin.import_tasks: acl.yml
tags:
- configuration
- haproxy
- haproxy-acl

- ansible.builtin.import_tasks: configuration.yml
- name: configuration
ansible.builtin.import_tasks: configuration.yml
tags:
- configuration
- haproxy
- haproxy-configuration

- ansible.builtin.import_tasks: letsencrypt.yml
- name: letsencrypt
ansible.builtin.import_tasks: letsencrypt.yml
tags:
- configuration
- haproxy
Expand Down

0 comments on commit cd12d24

Please sign in to comment.