From b99525d19db9840a641542380ad22ba63c7a381d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 13 Jun 2018 16:17:46 +0300 Subject: Change: extract all vars user is expected Put my vars into liw.yml. All variables in group_vars/* and roles/*/defaults/main.yml are now expected to be generic and usable by anyone. --- ick2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ick2.yml') diff --git a/ick2.yml b/ick2.yml index b505687..b91d435 100644 --- a/ick2.yml +++ b/ick2.yml @@ -18,4 +18,4 @@ verify_tls: no letsencrypt: no - tls_certificate: "{{ lookup('pipe', 'pass show ick2/ick.pem') }}" + tls_certificate: FIXME -- cgit v1.2.1