17 lines
258 B
YAML
17 lines
258 B
YAML
---
|
|
- hosts: all
|
|
become: yes
|
|
pre_tasks:
|
|
- apt:
|
|
update_cache: yes
|
|
# roles:
|
|
# - geerlingguy.pip
|
|
tasks:
|
|
- apt:
|
|
upgrade: yes
|
|
- apt:
|
|
name:
|
|
- python3-pip
|
|
- tmux
|
|
- bash-completion
|
|
# - zsh |