Apply prettier formatting

This commit is contained in:
Marty Oehme 2024-06-24 20:36:55 +02:00
parent 6b4c4ccde4
commit c498b3ced8
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
76 changed files with 123 additions and 202 deletions

View file

@ -1,5 +1,3 @@
---
docker_stack_files_dir: /stacks
docker_swarm_public_network_name: public

View file

@ -1,4 +1,3 @@
---
dependencies:
- docker

View file

@ -28,7 +28,7 @@
ansible.builtin.file:
path: "{{ docker_stack_files_dir }}"
state: directory
mode: '0755'
mode: "0755"
become: true
tags:
tags:
- fs