From 7f987e99f0f5622ed3b70f060b1cdd27205e5b61 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Sun, 20 Aug 2023 18:37:34 +0200 Subject: [PATCH] copr-pulp: specify become true when needed --- playbooks/groups/copr-pulp.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/groups/copr-pulp.yml b/playbooks/groups/copr-pulp.yml index cd3d7e6a03..e3cbe2e341 100644 --- a/playbooks/groups/copr-pulp.yml +++ b/playbooks/groups/copr-pulp.yml @@ -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