Use task-based vars loading to allow sensible data deployment skips
This commit is contained in:
parent
9f2cd5737e
commit
01d272f052
|
@ -1,3 +1,8 @@
|
||||||
|
- name: Include sensitive info
|
||||||
|
include_vars:
|
||||||
|
dir: '{{ role_path }}/vault'
|
||||||
|
tags:
|
||||||
|
- vault
|
||||||
- name: Create configuration directory
|
- name: Create configuration directory
|
||||||
file:
|
file:
|
||||||
path: '/etc/wireguard'
|
path: '/etc/wireguard'
|
||||||
|
|
Reference in New Issue