2022-06-14 20:33:48 +00:00
|
|
|
---
|
|
|
|
- hosts: all
|
2022-06-14 20:50:54 +00:00
|
|
|
become: yes
|
2022-06-14 20:33:48 +00:00
|
|
|
pre_tasks:
|
|
|
|
- apt:
|
2022-06-14 20:50:44 +00:00
|
|
|
update_cache: yes
|
2022-06-14 20:33:48 +00:00
|
|
|
# roles:
|
|
|
|
# - geerlingguy.pip
|
|
|
|
tasks:
|
2022-06-14 20:50:54 +00:00
|
|
|
- apt:
|
|
|
|
upgrade: yes
|
2022-06-14 20:33:48 +00:00
|
|
|
- apt:
|
|
|
|
name:
|
|
|
|
- python3-pip
|
|
|
|
- tmux
|
|
|
|
- bash-completion
|
|
|
|
# - zsh
|