diff --git a/playbooks/dna-gw.yml b/playbooks/dna-gw.yml index 447b890..9a61dd0 100644 --- a/playbooks/dna-gw.yml +++ b/playbooks/dna-gw.yml @@ -106,7 +106,7 @@ mode: 0644 owner: root group: "{{ ansible_wheel }}" - notify: restart nginx + notify: Restart nginx - name: copy dns private key copy: @@ -119,7 +119,7 @@ - /srv/letsencrypt/live/dns.home.foo.sh/privkey.pem - "/srv/ca/private/{{ inventory_hostname }}.key" tags: certificates - notify: restart unbound + notify: Restart unbound - name: copy dns certificate and ca cert copy: dest: "{{ tls_certs }}/dns.home.foo.sh.crt" @@ -131,7 +131,7 @@ - /srv/letsencrypt/live/dns.home.foo.sh/fullchain.pem - "/srv/ca/certs/hosts/{{ inventory_hostname }}.crt" tags: certificates - notify: restart unbound + notify: Restart unbound - name: copy dns zone files copy: dest: "/var/unbound/db/{{ item }}" @@ -140,7 +140,7 @@ owner: root group: "{{ ansible_wheel }}" tags: dns - notify: restart unbound + notify: Restart unbound with_items: - 20.172.in-addr.arpa - home.foo.sh