From 01d272f0522d01f681c0180ffa0a80322a91d302 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 14 May 2020 14:16:23 +0200 Subject: [PATCH] Use task-based vars loading to allow sensible data deployment skips --- tasks/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tasks/main.yml b/tasks/main.yml index e72a5b1..3fc6a3f 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,3 +1,8 @@ +- name: Include sensitive info + include_vars: + dir: '{{ role_path }}/vault' + tags: + - vault - name: Create configuration directory file: path: '/etc/wireguard'