diff options
Diffstat (limited to 'playbook.yaml')
| -rw-r--r-- | playbook.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/playbook.yaml b/playbook.yaml index 2fbaa56..d4db5da 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -89,6 +89,8 @@ - name: Take note of DANE hash ansible.builtin.set_fact: dane_hash: "{{ dane_result.stdout }}" + tags: + - dns - name: Ensure common records exist ansible.builtin.uri: @@ -144,6 +146,8 @@ tlsa_selector: "1" tlsa_matching: "1" delegate_to: localhost + tags: + - dns - name: Ensure non-transport records exist ansible.builtin.uri: @@ -199,6 +203,8 @@ tlsa_matching: "1" delegate_to: localhost when: not is_transport_server + tags: + - dns # We specifically use apt instead of the more general package module here, # because we want to ensure the cache is updated before we try and install |
