Skip to content

Commit

Permalink
silence linter
Browse files Browse the repository at this point in the history
  • Loading branch information
suhancz committed Mar 2, 2024
1 parent 821bbbd commit 42000e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tasks/dyndns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@
group: apache
mode: ug=rw,o=r
- name: Create DynDNS zones
tags:
- users
block:
- name: Create DynDNS zones
when: public_dns == "yes"
Expand All @@ -88,8 +90,6 @@
loop_var: user
register: create_dns_zones
changed_when: create_dns_zones.rc == 0
tags:
- users
- name: Make sure DynDNS zones are master zones
when: public_dns == "yes"
ansible.builtin.command: "pdnsutil set-kind {{ user.name }}.dyndns.{{ mailserver_domain }} primary"
Expand Down
4 changes: 2 additions & 2 deletions tasks/kolab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,8 @@
loop_var: kolab_service
- name: Add Kolab users
no_log: true
tags:
- users
block:
- name: "Add user to Kolab: {{ user.name }}"
ansible.builtin.include_tasks: add_kolab_user.yml
Expand All @@ -530,5 +532,3 @@
loop: "{{ users }}"
loop_control:
loop_var: user
tags:
- users

0 comments on commit 42000e8

Please sign in to comment.