Add tagged Portainer update role

This commit is contained in:
2026-08-30 01:01:28 +02:00
parent e66941b147
commit c22e580d3d
3 changed files with 81 additions and 1 deletions
+11 -1
View File
@@ -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