Add unsafe tags to zsh and tmux

When used in combination with the `--skip-tags unsafe` flag the
`playbooks/UnixCLI.yaml` can be run while inside a `zsh`/`tmux` session
without it locking up due to system files going missing due to the
upgrade.
This commit is contained in:
Kenneth Benzie 2023-08-25 12:26:28 +01:00
parent aeba9ba7f2
commit 520462a3f4

View File

@ -6,8 +6,10 @@
- role: python - role: python
- role: zsh - role: zsh
tags: unsafe
- role: neovim - role: neovim
- role: tmux - role: tmux
tags: unsafe
- role: ag - role: ag
- role: bash - role: bash