Skip to content

Commit

Permalink
Merge pull request #7 from roles-ansible/light
Browse files Browse the repository at this point in the history
Make sure sway light is installed and executable
  • Loading branch information
DO1JLR authored Sep 2, 2024
2 parents d10f1c8 + 56f8b91 commit 1353084
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Ansible Collection for window manager like i3 and sway
## Using this Collection
You can install the collection using ansible-galaxy by running:
```bash
ansible-galaxy collection install l3d.wm:1.0.3
ansible-galaxy collection install l3d.wm:1.0.4
```

Remember you can to Upgrade to the latest version of the l3d.wm collection using the ``--upgrade`` parameter:
Expand All @@ -36,5 +36,5 @@ cd collections/ansible_collections/l3d/wm/
---
collections:
- name: l3d.wm
version: ">=1.0.3"
version: ">=1.0.4"
```
4 changes: 2 additions & 2 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace: l3d
name: wm

# The version of the collection. Must be compatible with semantic versioning
version: 1.0.3
version: 1.0.4

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down Expand Up @@ -46,7 +46,7 @@ tags:
# L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version
# range specifiers can be set and are separated by ','
dependencies:
"community.general": ">=8.3.0"
"community.general": ">=9.3.0"

# The URL of the originating SCM repository
repository: https://github.com/roles-ansible/ansible_collection_wm.git
Expand Down
2 changes: 1 addition & 1 deletion roles/sway

0 comments on commit 1353084

Please sign in to comment.