mirror of
https://github.com/ben-grande/qusal.git
synced 2025-01-23 05:41:29 -05:00
fix: remove cacher proxy from updatevm
Git revision is specified in the git module to Salt not fail trying to verify it is in HEAD when it is in a tag from a previous installation. Fixes: https://github.com/ben-grande/qusal/issues/27
This commit is contained in:
parent
ee7bfd5089
commit
7c3d6ac7c0
@ -52,8 +52,12 @@ features:
|
||||
- service.cups-browsed
|
||||
- service.tracker
|
||||
- service.evolution-data-server
|
||||
- service.updates-proxy-setup
|
||||
- set:
|
||||
- menu-items: "pihole-browser.desktop qubes-run-terminal.desktop qubes-start.desktop"
|
||||
tags:
|
||||
- del:
|
||||
- updatevm-sys-cacher
|
||||
{%- endload %}
|
||||
{{ load(defaults) }}
|
||||
|
||||
|
@ -10,6 +10,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
{% set pihole_tag = 'v5.17.2' -%}
|
||||
|
||||
include:
|
||||
- sys-cacher.uninstall-client
|
||||
- dotfiles.copy-x11
|
||||
|
||||
"{{ slsdotpath }}-updated":
|
||||
@ -75,6 +76,7 @@ include:
|
||||
"{{ slsdotpath }}-git-clone":
|
||||
git.latest:
|
||||
- name: https://github.com/pi-hole/pi-hole.git
|
||||
- rev: {{ pihole_tag }}
|
||||
- user: root
|
||||
- target: /root/pi-hole
|
||||
- force_fetch: True
|
||||
|
Loading…
Reference in New Issue
Block a user