Skip to content

Commit

Permalink
Update to AdGuard Home 0.107.45 (#20)
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Cook <[email protected]>
  • Loading branch information
bcook254 and Benjamin Cook authored Apr 21, 2024
1 parent 42e5bcc commit 7f8b825
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.44
adguardhome_version: 0.107.45
adguardhome_user: adguardhome
adguardhome_group: adguardhome
adguardhome_daemon: adguardhome
Expand Down
2 changes: 1 addition & 1 deletion molecule/ci/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.44')
failed_when: __adguardhome_version is not search('0.107.45')

- name: Check if adguardhome.service is started
ansible.builtin.service:
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.44')
failed_when: __adguardhome_version is not search('0.107.45')

- name: Check if adguardhome.service is started
ansible.builtin.service:
Expand Down

0 comments on commit 7f8b825

Please sign in to comment.