Initial
This commit is contained in:
7
roles/workstation/tasks/software/boto.yml
Normal file
7
roles/workstation/tasks/software/boto.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
- name: software | boto | install package
|
||||
tags: boto,packages,pip,python
|
||||
become_user: bzoicas
|
||||
pip:
|
||||
executable: /usr/bin/pip3
|
||||
state: latest
|
||||
name: boto
|
||||
Reference in New Issue
Block a user