Skip to content

Commit

Permalink
fix: fix icingadb enabled check
Browse files Browse the repository at this point in the history
  • Loading branch information
gianklug committed Sep 11, 2024
1 parent 8e7faa9 commit 701fde5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
ansible.builtin.command: icingacli module enable icingadb
when:
- icinga2_web_use_icingadb
- "'enabled' not in icingadb_module_enabled.stdout"
- "'icingadb' not in icingadb_module_enabled.stdout"

- name: Create a symbolic link for module icingadb
ansible.builtin.file:
Expand Down

0 comments on commit 701fde5

Please sign in to comment.