Skip to content

Commit

Permalink
Cs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Dec 2, 2024
1 parent c5ab3bc commit 4aadb6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
- nagios-server
- nagios-server-configure
block:
- name: >
- name: configure 3
ansible.builtin.import_tasks: configure-3.yml
when: nagios_server_major_version is version('3', '=')

- name: >
- name: configure 4
ansible.builtin.import_tasks: configure-4.yml
when: nagios_server_major_version is version('4', '=')

Expand Down

0 comments on commit 4aadb6b

Please sign in to comment.