Skip to content

Commit

Permalink
fixed postfix dns records creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Rodier committed Jan 5, 2024
1 parent 1f53a0d commit 7dc244b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/postfix/tasks/install/dns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
dns_records: '{{ dns_records_main | selectattr("create", "equalto", true) | list }}'
ansible.builtin.include_role:
name: dns-record
tasks_from: install/main.yml
tags: dns

- name: Create the DNS entries for the backup
Expand All @@ -13,4 +14,5 @@
dns_records: '{{ dns_records_backup | selectattr("create", "equalto", true) | list }}'
ansible.builtin.include_role:
name: dns-record
tasks_from: install/main.yml
tags: dns

0 comments on commit 7dc244b

Please sign in to comment.