From 520462a3f44d583d20014c726c29702a20623954 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Fri, 25 Aug 2023 12:26:28 +0100 Subject: [PATCH] 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. --- playbooks/UnixCLI.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/UnixCLI.yaml b/playbooks/UnixCLI.yaml index 3ed5a60..8881e75 100644 --- a/playbooks/UnixCLI.yaml +++ b/playbooks/UnixCLI.yaml @@ -6,8 +6,10 @@ - role: python - role: zsh + tags: unsafe - role: neovim - role: tmux + tags: unsafe - role: ag - role: bash