1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_collection_wm.git synced 2024-08-16 10:29:51 +02:00

Merge pull request #3 from roles-ansible/r

Improve sway waybar config and keybinding defaults
This commit is contained in:
L3D 2024-07-31 17:16:32 +02:00 committed by GitHub
commit 71e2d93e7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@ Ansible Collection for window manager like i3 and sway
## Using this Collection ## Using this Collection
You can install the collection using ansible-galaxy by running: You can install the collection using ansible-galaxy by running:
```bash ```bash
ansible-galaxy collection install l3d.wm:1.0.0 ansible-galaxy collection install l3d.wm:1.0.1
``` ```
Remember you can to Upgrade to the latest version of the l3d.wm collection using the ``--upgrade`` parameter: Remember you can to Upgrade to the latest version of the l3d.wm collection using the ``--upgrade`` parameter:
@ -36,5 +36,5 @@ cd collections/ansible_collections/l3d/wm/
--- ---
collections: collections:
- name: l3d.wm - name: l3d.wm
version: ">=1.0.0" version: ">=1.0.1"
``` ```

View file

@ -9,7 +9,7 @@ namespace: l3d
name: wm name: wm
# The version of the collection. Must be compatible with semantic versioning # The version of the collection. Must be compatible with semantic versioning
version: 1.0.0 version: 1.0.1
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection # The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md readme: README.md

@ -1 +1 @@
Subproject commit 9396c9c6055c801c72d80318713f5467c65956f8 Subproject commit bc0e3c369ab15984276f34918cba2f29e6595f65