3
0
forked from jakub/ansible

Update ansible_password in portainer.yml to remove quotes for consistency

This commit is contained in:
fencl
2025-10-03 15:19:52 +02:00
parent 5df4686c00
commit 243b88521d

View File

@@ -1,5 +1,5 @@
ansible_user: howard
ansible_password: "Papadopolus0"
ansible_password: Papadopolus0
ansible_connection: ssh
ansible_port: 22