copr-pulp: specify become true when needed
This commit is contained in:
parent
e87dafc1b0
commit
7f987e99f0
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
package: name={{ item }} state=present
|
||||
with_items:
|
||||
- platform-python
|
||||
become: true
|
||||
|
||||
# TODO Remove in favor of base/tasks/main.yml
|
||||
- name: symlink /usr/bin/python to /usr/bin/python3
|
||||
|
@ -29,6 +30,7 @@
|
|||
name: python
|
||||
link: /usr/bin/python
|
||||
path: /usr/bin/python3
|
||||
become: true
|
||||
|
||||
- name: cloud basic setup
|
||||
hosts: copr_pulp_dev_aws:copr_pulp_aws
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue