-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
ansible-plugin 0.8.0
The become option should be included in the snippet generator when it is checked but it does not.
- The workaround is to manually include the option 'become: true' in a pipeline script
becomeUser and sudoUser should receive their default values by default too. The current version generates null as the users by default which is likely to cause issues.
- The workaround is to not include the generated 'becomeUser: null' and 'sudoUser: null' options if the user 'root' is desired
- is related to
-
JENKINS-48498 Ansible has deprecated sudo in favor of become
- Resolved