copy-wheel: package install needs to be root
Change-Id: I91f80cdccff8f1bd2e36bcd4d259f585e1baa5e1
This commit is contained in:
@@ -16,6 +16,7 @@
|
|||||||
loop:
|
loop:
|
||||||
- wheel-copy.sh
|
- wheel-copy.sh
|
||||||
- wheel-indexer.py
|
- wheel-indexer.py
|
||||||
|
become: yes
|
||||||
|
|
||||||
- name: Copy the wheels to AFS
|
- name: Copy the wheels to AFS
|
||||||
command: '/usr/local/bin/wheel-copy.sh {{ wheel_dir }} {{ afs_dir }}'
|
command: '/usr/local/bin/wheel-copy.sh {{ wheel_dir }} {{ afs_dir }}'
|
||||||
|
@@ -3,3 +3,4 @@
|
|||||||
name: python3
|
name: python3
|
||||||
enablerepo: epel
|
enablerepo: epel
|
||||||
state: present
|
state: present
|
||||||
|
become: yes
|
||||||
|
@@ -2,3 +2,4 @@
|
|||||||
package:
|
package:
|
||||||
name: python3
|
name: python3
|
||||||
state: present
|
state: present
|
||||||
|
become: yes
|
||||||
|
Reference in New Issue
Block a user