Skip to content

Commit

Permalink
fix condition
Browse files Browse the repository at this point in the history
  • Loading branch information
suhancz committed Feb 28, 2024
1 parent 22fffcd commit 01a9eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/add_kolab_domain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
loop_control:
loop_var: current_kolab_domain
- name: "Add Kolab domain {{ kolab_domain }}"
# when: not kolab_domain_update.changed
when: not kolab_domain_update.changed
ansible.builtin.uri:
url: "https://kolab.{{ mailserver_domain }}/kolab-webadmin/api/domain.add"
method: POST
Expand Down

0 comments on commit 01a9eb4

Please sign in to comment.