setup-vault/playbook/prereq.yml

11 lines
160 B
YAML
Raw Permalink Normal View History

2022-03-31 12:37:56 +00:00
- hosts: all
become_user: root
tasks:
- name: install PIP3
apt:
name:
- python3
- python3-pip
state: latest