remove the playbook

This commit is contained in:
Andreas Zweili 2021-11-11 21:49:45 +01:00
parent 59cd8a50d9
commit 77f6cdc631
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
- hosts: docker
become: true
roles:
- common
- docker
- restic
- hosts: rebootable
become: true
tasks:
- name: Check reboot if required
stat: path=/var/run/reboot-required get_md5=no
register: sym
- name: Reboot if required
reboot:
when: sym.stat.exists is defined and sym.stat.exists