When I updating sas licence I have run the ansible command ( ansible-playbook apply-license.yml ) and I saw the error below. How can I resolve this? As you can see FAILED.
Looks like ansible is trying to assume root with sudo and this is failing because it's prompting for a password. You would need to either run ansible-playbook using the --ask-become-pass, or modify your /etc/sudoers on deployTarget to allow sudo without providing a password.
-- Greg Wootton | Principal Systems Technical Support Engineer
Looks like ansible is trying to assume root with sudo and this is failing because it's prompting for a password. You would need to either run ansible-playbook using the --ask-become-pass, or modify your /etc/sudoers on deployTarget to allow sudo without providing a password.
-- Greg Wootton | Principal Systems Technical Support Engineer
The SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment.