From fdc437c60f02b5c3f5a9c2da506e244ac06502be Mon Sep 17 00:00:00 2001 From: michael Date: Sat, 3 Sep 2022 01:00:07 +1200 Subject: [PATCH] gitignore --- .gitignore | 1 + ansible/ansible.cfg | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e69de29..586bf4c 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +ansible/vault_password \ No newline at end of file diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index 55bde9e..dbdede2 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -8,4 +8,4 @@ interpreter_python = auto_silent collections_paths = ./collections collections_path = ./collections roles_path = ./roles -vault_password_file = ../.vault_password.txt \ No newline at end of file +vault_password_file = ./vault_password \ No newline at end of file