ansible-debops-infrastructure

DebOps and Ansible scripts to manage my infrastructure
git clone git://git.erethon.com/ansible-debops-infrastructure
Log | Files | Refs

commit 585a6fd51eff99411eb2b54ef39266561079b3d6
parent a679fa0814add391988767b53a5da4da7e7313fe
Author: Dionysis Grigoropoulos <dgrig@erethon.com>
Date:   Sat,  6 Feb 2021 18:15:02 +0200

docker_server: Fix YAML typo

Diffstat:
ansible/inventory/group_vars/debops_service_docker_server/resources.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/inventory/group_vars/debops_service_docker_server/resources.yml b/ansible/inventory/group_vars/debops_service_docker_server/resources.yml @@ -1,5 +1,5 @@ --- resources__group_paths: - - path: {{ docker__volumes_location }} + - path: "{{ docker__volumes_location }}" state: 'directory'