From 56f8b91037fe7c5bb5ac19e8cf5c0149aa33e448 Mon Sep 17 00:00:00 2001 From: L3D Date: Mon, 2 Sep 2024 22:47:03 +0200 Subject: [PATCH] Make sure sway light is installed and executable --- README.md | 4 ++-- galaxy.yml | 4 ++-- roles/sway | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 86e08f8..f9a91cb 100644 --- a/README.md +++ b/README.md @@ -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: @@ -36,5 +36,5 @@ cd collections/ansible_collections/l3d/wm/ --- collections: - name: l3d.wm - version: ">=1.0.3" + version: ">=1.0.4" ``` diff --git a/galaxy.yml b/galaxy.yml index 42572a2..274bb26 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -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 @@ -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 diff --git a/roles/sway b/roles/sway index 0b2f336..8a1fe12 160000 --- a/roles/sway +++ b/roles/sway @@ -1 +1 @@ -Subproject commit 0b2f3365d47ac8d3026fe90f36f8c8f5109e0236 +Subproject commit 8a1fe1294379f712f2d57220045bee1a6e371c9c