proxmox: remove tasks done by debian role
This commit is contained in:
parent
ef69e31357
commit
011a0852bb
3 changed files with 0 additions and 79 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue