testing without reboot

This commit is contained in:
Gianmarco Pettinato 2021-12-30 13:33:50 +01:00
parent dee1264765
commit b848d69be1
1 changed files with 3 additions and 3 deletions

View File

@ -15,9 +15,9 @@
tasks:
- name: Creates temporary directory
file:
path: "{{ tmp_dir }}"
state: directory
file:
path: "{{ tmp_dir }}"
state: directory
- name: get script to add repository nodejs
become: true