From 3c4fabbc66af4ee0cd8682832719c3bc66b4e3eb Mon Sep 17 00:00:00 2001 From: L3D Date: Thu, 19 Sep 2024 00:25:23 +0200 Subject: [PATCH 1/2] Create role for librewolf --- .gitmodules | 3 +++ roles/librewolf | 1 + 2 files changed, 4 insertions(+) create mode 160000 roles/librewolf diff --git a/.gitmodules b/.gitmodules index 487a6d3..61fd721 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "roles/resolvconf"] path = roles/resolvconf url = https://github.com/roles-ansible/ansible_role_resolvconf.git +[submodule "roles/librewolf"] + path = roles/librewolf + url = https://github.com/roles-ansible/ansible_role_librewolf.git diff --git a/roles/librewolf b/roles/librewolf new file mode 160000 index 0000000..ca36ffe --- /dev/null +++ b/roles/librewolf @@ -0,0 +1 @@ +Subproject commit ca36ffe9e944ddc8a7295f2973f40c4222bc1a84 From 6592633126492500f701276195cb184b7b1dfc29 Mon Sep 17 00:00:00 2001 From: L3D Date: Thu, 19 Sep 2024 00:27:21 +0200 Subject: [PATCH 2/2] Add and update librewolf --- README.md | 5 +++-- galaxy.yml | 4 +++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 61a864e..c6db3a7 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,12 @@ This is the Ansible Collection ``l3d.linux``. A collection to to common linux ta ## Ansible Roles in l3d.linux - [![l3d.linux.packages](https://ansible.l3d.space/svg/l3d.linux.packages_ansible-role.svg)](https://github.com/roles-ansible/ansible_role_packages.git) - Ansible role to install some base packages on your linux systems - [![l3d.linux.resolvconf](https://ansible.l3d.space/svg/l3d.linux.resolvconf_ansible-role.svg)](https://github.com/roles-ansible/ansible_role_resolvconf.git) - Ansible role to manage the ``/etc/resolv.conf`` file. +- [![l3d.linux.librewolf](https://ansible.l3d.space/svg/l3d.linux.librewolf_ansible-role.svg)](https://github.com/roles-ansible/ansible_role_resolvconf.git) - Ansible role to install librewolf. ## Using this Collection You can install the collection using ansible-galaxy by running: ```bash -ansible-galaxy collection install l3d.linux:1.1.5 +ansible-galaxy collection install l3d.linux:1.1.6 ``` Remember you can to Upgrade to the latest version of the l3d.linux collection using the ``--upgrade`` parameter: @@ -43,7 +44,7 @@ You can also list a collection in ``requirements.yml``: --- collections: - name: l3d.linux - version: ">=1.1.5" + version: ">=1.1.6" ``` ## Include roles in your playbook diff --git a/galaxy.yml b/galaxy.yml index b35e10f..8725b3a 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -9,7 +9,7 @@ namespace: l3d name: linux # The version of the collection. Must be compatible with semantic versioning -version: 1.1.5 +version: 1.1.6 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md @@ -34,6 +34,8 @@ license: tags: - packages - resolveconf + - librewolf + - browser - linux # Collections that this collection requires to be installed for it to be usable. The key of the dict is the