I am seeing the issue where the nfs-client-provisioner role is failing when I am setting a global become_user by calling ansible-playbook -u .... From what I can find online, the answer to this is simply to not try and become when delegating to localhost. Is there a case where running this role requires becoming? If not, changing this line would solve the issue:
I am seeing the issue where the
nfs-client-provisionerrole is failing when I am setting a globalbecome_userby callingansible-playbook -u .... From what I can find online, the answer to this is simply to not try and become when delegating to localhost. Is there a case where running this role requires becoming? If not, changing this line would solve the issue:deepops/playbooks/k8s-cluster/nfs-client-provisioner.yml
Line 38 in 0dcb55f