increase fault tolerancy for the master playbook

add units apt packages
This commit is contained in:
Pim Kunis 2022-12-27 16:49:55 +01:00
parent 1bbbd8a952
commit 76d3b54c8d
3 changed files with 25 additions and 9 deletions

View file

@ -2,12 +2,19 @@
hosts: self
roles:
- system
- zsh
- asdf
- neovim
- signal
- virtualbox
- vscodium
- syncthing
- strawberry
- nicotine
vars:
my_roles:
- zsh
- asdf
- neovim
- signal
- virtualbox
- vscodium
- syncthing
- strawberry
- nicotine
tasks:
- include_tasks: "../library/rescue_role.yml"
loop: "{{ my_roles }}"
loop_control:
loop_var: item_my_role