quick fix: ansible_managed comment #44
|
@ -67,8 +67,6 @@ playbooks
|
|||
group_vars/
|
||||
host_vars/
|
||||
playbooks/
|
||||
#terraform.tfstate
|
||||
ansible.cfg
|
||||
|
||||
common.yml
|
||||
homeservers.yml
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
private/ansible.cfg
|
|
@ -1,4 +1,4 @@
|
|||
# distributed from ansible/private
|
||||
# distributed from ansible: {{ ansible_managed }}
|
||||
|
||||
APP_NAME = {{ gitea_url }}
|
||||
RUN_MODE = prod
|
||||
|
|
Loading…
Reference in New Issue