Update playbooks/security_updates.yml

This commit is contained in:
lorentz 2026-03-08 16:56:03 -04:00
parent b75a6ce59e
commit cbc29a40c8

View file

@ -5,7 +5,7 @@
serial: "{{ serial | default('100%') }}" serial: "{{ serial | default('100%') }}"
vars: vars:
apprise_url: "http://apprise:8000" apprise_url: "https://apprise.wulfconsulting.cloud"
tasks: tasks:
- name: Update apt cache - name: Update apt cache
@ -44,7 +44,7 @@
gather_facts: false gather_facts: false
vars: vars:
apprise_url: "http://apprise:8000" apprise_url: "https://apprise.wulfconsulting.cloud"
tasks: tasks:
- name: Build list of hosts requiring reboot - name: Build list of hosts requiring reboot