diff --git a/tasks/testing.yml b/tasks/testing.yml index 0050cde..611c3f4 100644 --- a/tasks/testing.yml +++ b/tasks/testing.yml @@ -116,8 +116,9 @@ ansible.builtin.include_role: name: ansible-role-debian_common - # vars: - # # Proxmox credentials - # ansible_user: "{{ ciuser }}" + vars: + # Proxmox credentials + ansible_user: "{{ ciuser }}" + ansible_password: "{{ cipassword }}"