Squash merge move_to_single_file_pkgs into main
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Add tmux
|
||||
block:
|
||||
- name: Append tmux to pkg_sys
|
||||
ansible.builtin.set_fact:
|
||||
pkg_sys: "{{ pkg_sys + ['tmux'] }}"
|
||||
|
||||
- name: Set tmux_configured
|
||||
ansible.builtin.set_fact:
|
||||
tmux_configured: true
|
||||
Reference in New Issue
Block a user