From 3809f3b74637f51c1133c11f85ab9223b0cdfa0f Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 23 Jun 2018 16:41:22 +0200 Subject: [PATCH] include plugin tasks --- tasks/main.yml | 2 ++ tasks/plugins.yml | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index a48ceb8..7452d7e 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,2 +1,4 @@ --- - include_tasks: install.yml +- include_tasks: plugins.yml + when: certbot_core_networks_plugin_enabled diff --git a/tasks/plugins.yml b/tasks/plugins.yml index 8a29ce2..fa594d0 100644 --- a/tasks/plugins.yml +++ b/tasks/plugins.yml @@ -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 }}"