Ansible Collection for window manager like i3 and sway
- l3d.wm.i3
- l3d.wm.sway
You can install the collection using ansible-galaxy by running:
ansible-galaxy collection install l3d.wm:1.0.7
Remember you can to Upgrade to the latest version of the l3d.wm collection using the --upgrade
parameter:
ansible-galaxy collection install l3d.wm --upgrade
Or you could clone this collection in your local ansible project for example to collections/ansible_collections/l3d/wm/
.
# Clone git Repo to specified path
git clone https://github.com/roles-ansible/ansible_collection_wm.git collections/ansible_collections/l3d/wm/
# change directory
cd collections/ansible_collections/l3d/wm/
---
collections:
- name: l3d.wm
version: ">=1.0.7"