fix all ansible-lint yaml errors (except for line-length)
This commit is contained in:
parent
a6453711d8
commit
4060dbbe21
15 changed files with 759 additions and 761 deletions
|
@ -11,10 +11,10 @@ dependencies:
|
|||
- role: nginx
|
||||
vars:
|
||||
nginx__version_spec: "{{ nextcloud__nginx_version_spec }}"
|
||||
nginx__configurations:
|
||||
nginx__configurations:
|
||||
- name: "{{ nextcloud__fqdn }}"
|
||||
content: "{{ lookup('ansible.builtin.template', 'nginx_nextcloud.conf.j2') }}"
|
||||
- role: docker_compose
|
||||
vars:
|
||||
docker_compose__compose_file_content: "{{ lookup('ansible.builtin.template', 'compose.yaml.j2') }}"
|
||||
docker_compose__configuration_files: []
|
||||
docker_compose__configuration_files: [ ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue