From 243b88521d1242dcb99857454c5283b9653e558d Mon Sep 17 00:00:00 2001 From: fencl Date: Fri, 3 Oct 2025 15:19:52 +0200 Subject: [PATCH] Update ansible_password in portainer.yml to remove quotes for consistency --- host_vars/portainer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host_vars/portainer.yml b/host_vars/portainer.yml index b5f9b07..3b5a924 100644 --- a/host_vars/portainer.yml +++ b/host_vars/portainer.yml @@ -1,5 +1,5 @@ ansible_user: howard -ansible_password: "Papadopolus0" +ansible_password: Papadopolus0 ansible_connection: ssh ansible_port: 22