include plugin tasks

This commit is contained in:
Robert Kaussow 2018-06-23 16:41:22 +02:00
parent 484f2ed827
commit 3809f3b746
2 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,4 @@
---
- include_tasks: install.yml
- include_tasks: plugins.yml
when: certbot_core_networks_plugin_enabled

View File

@ -11,6 +11,5 @@
template:
src: corenetworks/config.ini.j2
dest: "~/.certbot_dns_corenetworks/config.ini"
when: certbot_core_networks_plugin_enabled
become: True
become_user: "{{ certbot_user }}"