fix: become false for ntfy
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
##########################################################
|
||||
|
||||
- name: Capture version after upgrade
|
||||
ansible.builtin.command: pveversion | awk -F'/' '{print $2}'
|
||||
ansible.builtin.shell: pveversion | awk -F'/' '{print $2}'
|
||||
register: pve_current_version
|
||||
changed_when: false
|
||||
|
||||
@@ -112,7 +112,7 @@
|
||||
##########################################################
|
||||
|
||||
- name: Capture version after upgrade
|
||||
ansible.builtin.command: pveversion | awk -F'/' '{print $2}'
|
||||
ansible.builtin.shell: pveversion | awk -F'/' '{print $2}'
|
||||
register: pve_new_version
|
||||
changed_when: false
|
||||
|
||||
@@ -182,6 +182,7 @@
|
||||
Priority: "5"
|
||||
Tags: "x"
|
||||
delegate_to: localhost
|
||||
become: false
|
||||
run_once: true
|
||||
when: ntfy_url is defined
|
||||
|
||||
@@ -206,6 +207,7 @@
|
||||
Priority: "3"
|
||||
Tags: "white_check_mark"
|
||||
delegate_to: localhost
|
||||
become: false
|
||||
run_once: true
|
||||
when: ntfy_url is defined
|
||||
|
||||
|
||||
Reference in New Issue
Block a user