Playbook to install prerequisites
This commit is contained in:
commit
4fe19fecac
10
playbook/prereq.yml
Normal file
10
playbook/prereq.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
- hosts: all
|
||||
become_user: root
|
||||
|
||||
tasks:
|
||||
- name: install PIP3
|
||||
apt:
|
||||
name:
|
||||
- python3
|
||||
- python3-pip
|
||||
state: latest
|
Loading…
Reference in New Issue
Block a user