proxmox: remove tasks done by debian role

This commit is contained in:
Timotej Lazar 2025-08-13 17:11:09 +02:00
parent ef69e31357
commit 011a0852bb
3 changed files with 0 additions and 79 deletions

View file

@ -1,7 +1,3 @@
- name: reboot
reboot:
when: "'handler' not in ansible_skip_tags"
- name: reload interfaces
command: ifreload -a
when: "'handler' not in ansible_skip_tags"
@ -12,12 +8,6 @@
state: reloaded
when: "'handler' not in ansible_skip_tags"
- name: reload sshd
service:
name: sshd
state: reloaded
when: "'handler' not in ansible_skip_tags"
- name: update package cache
package:
update_cache: yes