nettoyage : ok

This commit is contained in:
phil 2022-12-29 17:36:49 +01:00
parent 99ad1129b9
commit 742e4561db
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,3 @@
---
tasks:
- name: Set timezone to Europe/Paris
community.general.timezone:
name: Europe/Paris

View File

@ -23,6 +23,7 @@
register: join_command
- name: Copy join command to local file
become: false
local_action: copy content="{{ join_command.stdout_lines[0] }}" dest="./join-command"
handlers: