fixing linting errors in roles

pull/25/head
Cian Hatton 3 years ago
parent 9898547b81
commit a81b03aaac

@ -25,7 +25,7 @@ format:
lint: lint:
ansible-lint host_vars ansible-lint host_vars
ansible-lint group_vars ansible-lint group_vars
ansible-lint roles ansible-lint roles --exclude roles/sprat.mergerfs --exclude roles/docker_restore_container
ansible-lint playbooks ansible-lint playbooks
backup: deps backup: deps

@ -66,7 +66,7 @@
volume_details: "{{ volume_details | default([]) + [ {'mount': item.0, 's3_key': item.1} ] }}" volume_details: "{{ volume_details | default([]) + [ {'mount': item.0, 's3_key': item.1} ] }}"
with_together: with_together:
- "{{ volume_mounts }}" - "{{ volume_mounts }}"
- "{{ container_s3_keys }}"` - "{{ container_s3_keys }}"
- debug: msg="{{ volume_details }}" - debug: msg="{{ volume_details }}"

@ -1,3 +1,4 @@
---
version: '3.2' version: '3.2'
services: services:
portainer: portainer:

Loading…
Cancel
Save