From b809d01f7d4fe6b1bff119c2710ad5bc88351038 Mon Sep 17 00:00:00 2001 From: Ben Kristinsson Date: Tue, 8 Nov 2022 16:48:01 +0100 Subject: [PATCH] quick fix: ansible_managed comment --- .gitignore | 2 -- ansible.cfg | 1 + roles/gitea/templates/app.ini.j2 | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) create mode 120000 ansible.cfg diff --git a/.gitignore b/.gitignore index 9d7e639..dc35951 100644 --- a/.gitignore +++ b/.gitignore @@ -67,8 +67,6 @@ playbooks group_vars/ host_vars/ playbooks/ -#terraform.tfstate -ansible.cfg common.yml homeservers.yml diff --git a/ansible.cfg b/ansible.cfg new file mode 120000 index 0000000..48f2d47 --- /dev/null +++ b/ansible.cfg @@ -0,0 +1 @@ +private/ansible.cfg \ No newline at end of file diff --git a/roles/gitea/templates/app.ini.j2 b/roles/gitea/templates/app.ini.j2 index f95c269..0bfd415 100644 --- a/roles/gitea/templates/app.ini.j2 +++ b/roles/gitea/templates/app.ini.j2 @@ -1,4 +1,4 @@ -# distributed from ansible/private +# distributed from ansible: {{ ansible_managed }} APP_NAME = {{ gitea_url }} RUN_MODE = prod -- 2.40.1