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.
35 lines
537 B
YAML
35 lines
537 B
YAML
---
|
|
- hosts: localhost
|
|
roles:
|
|
- role: sudo
|
|
when: ansible_user_id != "root"
|
|
- role: python
|
|
|
|
- role: zsh
|
|
tags: unsafe
|
|
- role: neovim
|
|
- role: tmux
|
|
tags: unsafe
|
|
|
|
- role: ag
|
|
- role: bash
|
|
- role: bat
|
|
- role: curl
|
|
- role: editline
|
|
- role: fzf
|
|
- role: gh
|
|
- role: git
|
|
- role: glab
|
|
- role: htop
|
|
- role: jp
|
|
- role: jq
|
|
- role: readline
|
|
- role: tidy
|
|
- role: tree
|
|
- role: watch
|
|
- role: wget
|
|
- role: yq
|
|
|
|
- role: llvm
|
|
- role: nodejs
|