Skip to content

Commit

Permalink
Fix for issue 134. Changed place in the creation order of service obj…
Browse files Browse the repository at this point in the history
…ect in ansible_icinga role (#135)

Co-authored-by: Arend Stam <[email protected]>
  • Loading branch information
astam and Arend Stam authored Aug 30, 2021
1 parent b2bf096 commit e6cb7cf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions roles/ansible_icinga/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@
when: icinga_commands is defined
tags: command

- name: icinga service configuration
include_tasks: icinga_service.yml
when: icinga_services is defined
tags: service

- name: icinga service_template configuration
include_tasks: icinga_service_template.yml
when: icinga_service_templates is defined
Expand All @@ -69,6 +64,11 @@
when: icinga_servicegroups is defined
tags: servicegroup

- name: icinga service configuration
include_tasks: icinga_service.yml
when: icinga_services is defined
tags: service

- name: icinga notification template configuration
include_tasks: icinga_notification_template.yml
when: icinga_notification_templates is defined
Expand Down

0 comments on commit e6cb7cf

Please sign in to comment.