Use prefix for role variables, have an ending newline at the end of files and use changed_when for command. Also exclude *.sops.yaml files from ansible-lint.
This commit is contained in:
parent
9b8e14f3c4
commit
f943e95e2e
5 changed files with 6 additions and 4 deletions
|
@ -6,4 +6,4 @@ docker_compose__configuration_files:
|
|||
content: "{{ lookup('ansible.builtin.template', 'resources/z9/yate/docker_compose/regexroute.conf.j2') }}"
|
||||
- name: regfile.conf
|
||||
content: "{{ lookup('ansible.builtin.template', 'resources/z9/yate/docker_compose/regfile.conf.j2') }}"
|
||||
docker_compose__restart_cmd: "exec yate sh -c 'kill -1 1'"
|
||||
docker_compose__restart_cmd: "exec yate sh -c 'kill -1 1'"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue