From df557ddf2e2ee8fbf27a2ba4daeda2bcaec18bd4 Mon Sep 17 00:00:00 2001 From: Benjamin Cook Date: Sat, 25 May 2024 02:42:53 +0000 Subject: [PATCH] Update to AdGuard Home 0.107.49 --- README.md | 6 +++--- defaults/main.yml | 2 +- molecule/default/verify.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index be2eeb4..8ccb6ea 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,13 @@ Installs AdGuardHome on Linux machines. Versioning Policy ----------------- -Each minor version of this role is designed to be compatible with the corresponding patch release of `AdGuardHome`. For example, version `107.48.x` is compatible with `AdGuardHome` version `0.107.48`. This is due to breaking changes introduced in the settings file and allows for bug fix releases in the role between updates. +Each minor version of this role is designed to be compatible with the corresponding patch release of `AdGuardHome`. For example, version `107.49.x` is compatible with `AdGuardHome` version `0.107.49`. This is due to breaking changes introduced in the settings file and allows for bug fix releases in the role between updates. Install ------- Using ansible galaxy -`ansible-galaxy install bcook254.adguardhome>=107.48,<107.49` +`ansible-galaxy install bcook254.adguardhome>=107.49,<107.50` Requirements ------------ @@ -24,7 +24,7 @@ Role Variables -------------- A non-exhuastive list of available variables is listed below, along with their default vaules. For a list of variables available for the AdguardHome configuration file, please see `defaults/main.yml`. - adguardhome_version: 0.107.36 + adguardhome_version: 0.107.49 The version of AdGuardHome to be installed. diff --git a/defaults/main.yml b/defaults/main.yml index ffdd30c..78aeca2 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,5 +1,5 @@ --- -adguardhome_version: 0.107.48 +adguardhome_version: 0.107.49 adguardhome_user: adguardhome adguardhome_group: adguardhome adguardhome_daemon: adguardhome diff --git a/molecule/default/verify.yml b/molecule/default/verify.yml index 23ae620..28bbf8d 100644 --- a/molecule/default/verify.yml +++ b/molecule/default/verify.yml @@ -14,7 +14,7 @@ chdir: /usr/local/bin changed_when: false register: __adguardhome_version - failed_when: __adguardhome_version is not search('0.107.48') + failed_when: __adguardhome_version is not search('0.107.49') - name: Check if adguardhome.service is started ansible.builtin.service: