From 3f05de2d3c77d28e1c3f890d826179e73d3137f4 Mon Sep 17 00:00:00 2001 From: L3D Date: Wed, 31 Jul 2024 22:39:33 +0200 Subject: [PATCH] Create pipewire and screenshare options in sway --- README.md | 4 ++-- galaxy.yml | 2 +- roles/sway | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b8c19ee..e8b9e2c 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.1 +ansible-galaxy collection install l3d.wm:1.0.2 ``` 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.1" + version: ">=1.0.2" ``` diff --git a/galaxy.yml b/galaxy.yml index 22b4a02..8d563a1 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.1 +version: 1.0.2 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md diff --git a/roles/sway b/roles/sway index bc0e3c3..baa0498 160000 --- a/roles/sway +++ b/roles/sway @@ -1 +1 @@ -Subproject commit bc0e3c369ab15984276f34918cba2f29e6595f65 +Subproject commit baa0498c7033c7de29c0c57849f18dbe54ef9bf7