testing without reboot

This commit is contained in:
Gianmarco Pettinato 2021-12-30 13:33:08 +01:00
parent 634a8f488b
commit fd0271e10e
1 changed files with 3 additions and 3 deletions

View File

@ -116,9 +116,9 @@
changed_when: updated_npm.rc != 0
- name: Remove temporary directory
file:
path: "{{ tmp_dir }}"
state: absent
file:
path: "{{ tmp_dir }}"
state: absent
- name: Setup done rebooting
become: true