Apply ansible-lint fixes
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-06-09 00:42:43 +02:00
parent 84bfeb5c32
commit 06b673ec89
3 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -35,7 +35,7 @@
# All services that are behind Caddy need to be in this network
- name: Create Caddy network
become: true
docker_network:
community.docker.docker_network:
name: caddy-network
state: present
- name: Upload docker configuration
@@ -107,7 +107,7 @@
# that Gitea is reachable before those configurations are deployed.
- name: Set up caddy and gitea containers
become: true
docker_compose:
community.docker.docker_compose:
project_src: "/etc/pbri/docker/{{ item.name }}"
state: "{{ item.state }}"
build: true
@@ -130,7 +130,7 @@
delay: 5 # Retry every 5 seconds
- name: Set up other containers
become: true
docker_compose:
community.docker.docker_compose:
project_src: "/etc/pbri/docker/{{ item.name }}"
state: "{{ item.state }}"
build: true