add role tag to certbot role
This commit is contained in:
parent
296214db55
commit
e4722257b9
7 changed files with 31 additions and 0 deletions
|
|
@ -1,11 +1,15 @@
|
|||
---
|
||||
- name: validate dns-01-acme-dns challenge type config
|
||||
tags: [ "certbot" ]
|
||||
when: item.challengeType == "dns-01-acme-dns"
|
||||
block:
|
||||
- name: assert dns_01_acme_dns config exists
|
||||
tags: [ "certbot" ]
|
||||
ansible.builtin.assert:
|
||||
that: item.dns_01_acme_dns is defined
|
||||
|
||||
- name: assert dns_01_acme_dns config is valid
|
||||
tags: [ "certbot" ]
|
||||
ansible.builtin.validate_argument_spec:
|
||||
argument_spec: "{{ required_data }}"
|
||||
provided_arguments:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue