This commit is contained in:
phil 2023-04-18 00:08:33 +02:00
parent 3c419fd21f
commit 472ac725e5
2 changed files with 4 additions and 3 deletions

View file

@ -32,6 +32,9 @@
ansible.builtin.include_tasks: mta-sts.yml
tags: mta-sts
loop: "{{ postfix_domains }}"
args:
apply:
delegate_to: "{{ gateway_host }}"
- name: Hostname
ansible.builtin.import_tasks: hostname.yml