copr-pulp: specify become true when needed

This commit is contained in:
Jakub Kadlcik 2023-08-20 18:37:34 +02:00
parent e87dafc1b0
commit 7f987e99f0

View file

@ -22,6 +22,7 @@
package: name={{ item }} state=present package: name={{ item }} state=present
with_items: with_items:
- platform-python - platform-python
become: true
# TODO Remove in favor of base/tasks/main.yml # TODO Remove in favor of base/tasks/main.yml
- name: symlink /usr/bin/python to /usr/bin/python3 - name: symlink /usr/bin/python to /usr/bin/python3
@ -29,6 +30,7 @@
name: python name: python
link: /usr/bin/python link: /usr/bin/python
path: /usr/bin/python3 path: /usr/bin/python3
become: true
- name: cloud basic setup - name: cloud basic setup
hosts: copr_pulp_dev_aws:copr_pulp_aws hosts: copr_pulp_dev_aws:copr_pulp_aws