Actions
Refactor #2892
closeduse of 'sudo' not ideal in ansible task
Status:
CLOSED - WONTFIX
Priority:
Normal
Assignee:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Platform Release:
Target Release - Packaging:
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Description
Some tasks running shell commands use "sudo" explicitly, this is not ideal. Example: [0]
Instead, use of "become: True" is preferred. See ansible docs on "become" [1]
[0] https://github.com/pulp/pulp_packaging/blob/master/ci/ansible/roles/pulp/tasks/main.yaml#L130-L146
[1] http://docs.ansible.com/ansible/become.html
Updated by ttereshc over 2 years ago
- Status changed from NEW to CLOSED - WONTFIX
Not relevant anymore. Pulp 2 is going EOL this year. The tracker also moved to GItHub.
Actions