Add tagged Portainer update role
This commit is contained in:
+11
-1
@@ -88,4 +88,14 @@
|
||||
- name: Notify if reboot required
|
||||
debug:
|
||||
msg: "Reboot required on {{ inventory_hostname }}"
|
||||
when: reboot_required.stat.exists
|
||||
when: reboot_required.stat.exists
|
||||
|
||||
- name: Update Portainer containers
|
||||
ansible.builtin.include_role:
|
||||
name: update_portainer
|
||||
apply:
|
||||
tags:
|
||||
- portainer
|
||||
tags:
|
||||
- never
|
||||
- portainer
|
||||
|
||||
Reference in New Issue
Block a user