Skip to content

Ansible Collection for window manager like i3 and sway

License

Notifications You must be signed in to change notification settings

roles-ansible/ansible_collection_wm

Repository files navigation

collection l3d.wm Maintainance License

Ansible Collection l3d.wm

Ansible Collection for window manager like i3 and sway

Ansible Roles:

  • l3d.wm.i3
  • l3d.wm.sway

Using this Collection

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"