add --user flag for ansible python requirements
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
04ee689f53
commit
d2acda7c33
@ -27,5 +27,6 @@
|
|||||||
pip:
|
pip:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
state: present
|
state: present
|
||||||
|
extra_args: --user
|
||||||
loop:
|
loop:
|
||||||
- docker
|
- docker
|
||||||
|
Loading…
Reference in New Issue
Block a user