diff options
-rw-r--r-- | tasks/pve_configure.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |