1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_collection_wm.git synced 2026-07-18 16:33:20 +02:00
Find a file
2026-03-01 15:59:38 +01:00
.github Merge pull request #18 from roles-ansible/dependabot/github_actions/ansible-actions/ansible-lint-action-1.1.0 2025-11-24 20:20:45 +01:00
meta Update sway role 2026-02-28 03:47:10 +01:00
roles update module 2026-03-01 15:57:17 +01:00
.gitmodules Adding git submodules 2024-07-27 16:44:53 +02:00
.yamllint Improve linting 2024-07-27 17:07:29 +02:00
changelog Improve ansible collection meta data 2024-07-27 16:42:39 +02:00
CHANGELOG.md Improve ansible collection meta data 2024-07-27 16:42:39 +02:00
CHANGELOG.rst Improve ansible collection meta data 2024-07-27 16:42:39 +02:00
galaxy.yml Prepare 1.0.11 and improve linting 2026-03-01 13:42:13 +01:00
LICENSE Improve ansible collection meta data 2024-07-27 16:42:39 +02:00
README.md Prepare 1.0.11 and improve linting 2026-03-01 13:42:13 +01:00
requirements.yml Update sway role 2026-02-28 03:47:10 +01:00

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.11

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.11"