Skip to content

Commit

Permalink
Update to AdGuard Home 0.107.49
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Cook committed May 25, 2024
1 parent bdbed0e commit df557dd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------
Expand All @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
adguardhome_version: 0.107.48
adguardhome_version: 0.107.49
adguardhome_user: adguardhome
adguardhome_group: adguardhome
adguardhome_daemon: adguardhome
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit df557dd

Please sign in to comment.