format code

This commit is contained in:
Catalina Sindrilaru 2024-03-20 18:02:16 +02:00
parent 93551f191e
commit 08621c85f7
2 changed files with 2 additions and 2 deletions

View File

@ -68,4 +68,4 @@ docker_volumes: []
# driver_options: # driver_options:
# type: nfs # type: nfs
# o: addr=10.0.2.2,rw,nfsvers=4 # o: addr=10.0.2.2,rw,nfsvers=4
# device: ":/data/" # device: ":/data/"

View File

@ -98,4 +98,4 @@
when: at_least_one_user_to_modify is defined when: at_least_one_user_to_modify is defined
- include_tasks: docker-volumes.yml - include_tasks: docker-volumes.yml
when: docker_volumes | length > 0 when: docker_volumes | length > 0