copy-wheel: package install needs to be root

Change-Id: I91f80cdccff8f1bd2e36bcd4d259f585e1baa5e1
This commit is contained in:
Ian Wienand 2020-01-15 16:04:10 +11:00
parent d4a5fdd38a
commit 447d64a68a
3 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,7 @@
loop:
- wheel-copy.sh
- wheel-indexer.py
become: yes
- name: Copy the wheels to AFS
command: '/usr/local/bin/wheel-copy.sh {{ wheel_dir }} {{ afs_dir }}'

View File

@ -3,3 +3,4 @@
name: python3
enablerepo: epel
state: present
become: yes

View File

@ -2,3 +2,4 @@
package:
name: python3
state: present
become: yes