community.general/lib/ansible/modules/crypto/acme
Edoardo T b30d2ce9e5 add state parameter to route53 module
<!--- Your description here -->

route53 module state parameter is required (https://docs.ansible.com/ansible/latest/modules/route53_module.html#parameters), so the example is not working out of the box in ansible.

Required state parameters has been introduced in commit 698fa37a44 (698fa37a44)

+label: docsite_pr
2018-11-23 07:50:28 -05:00
..
__init__.py Move acme_* modules from web_infrastructure into crypto category (#44279) 2018-08-16 22:21:39 +02:00
_letsencrypt.py Move acme_* modules from web_infrastructure into crypto category (#44279) 2018-08-16 22:21:39 +02:00
acme_account.py ACME: improve documentation (#44691) 2018-08-26 22:46:55 +02:00
acme_account_facts.py ACME: improve documentation (#44691) 2018-08-26 22:46:55 +02:00
acme_certificate.py add state parameter to route53 module 2018-11-23 07:50:28 -05:00
acme_certificate_revoke.py ACME: improve documentation (#44691) 2018-08-26 22:46:55 +02:00
acme_challenge_cert_helper.py Change with_*: loops to loop: loops. Fix some examples. (#46373) 2018-10-03 02:41:34 -04:00