pmdk
pmdk copied to clipboard
common: ansible_user support in ansible scripts
-
ansible_user
is undefined on a localhost with a local connection and needs to be always passed with--extra-vars
https://radeksprta.eu/posts/ansible_user-is-undefined-on-localhost/ - several minor cleanups of Ansible scripts' documentation
- rename the
testUser
to anew_user
This PR is a replacement for #5955.