From 3115a425134f836676da5827582719fe88f0f4ff Mon Sep 17 00:00:00 2001 From: heqnx Date: Tue, 24 Jun 2025 13:13:31 +0300 Subject: renamed pveadmin credentials file --- tasks/pve_configure.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tasks') diff --git a/tasks/pve_configure.yaml b/tasks/pve_configure.yaml index bae645e..7be1d0e 100644 --- a/tasks/pve_configure.yaml +++ b/tasks/pve_configure.yaml @@ -98,7 +98,7 @@ pve_admin_user: "pveadmin@pve" pve_admin_group: "admin" pve_admin_group_comment: "System Administrators" - pve_admin_password_file: "/root/pve_admin_password.txt" + pve_admin_password_file: "/root/pveadmin_credentials.txt" pve_admin_password: "{{ lookup('password', '/dev/null length=32 chars=ascii_letters,digits') }}" - name: save password to file -- cgit v1.2.3