testing without reboot

This commit is contained in:
Gianmarco Pettinato 2021-12-30 13:33:14 +01:00
parent fd0271e10e
commit dee1264765

View File

@ -120,8 +120,8 @@
path: "{{ tmp_dir }}" path: "{{ tmp_dir }}"
state: absent state: absent
- name: Setup done rebooting # - name: Setup done rebooting
become: true # become: true
command: reboot # command: reboot
register: rebooting # register: rebooting
changed_when: rebooting.rc != 0 # changed_when: rebooting.rc != 0