Compare commits

...

1 Commits

Author SHA1 Message Date
742e4561db nettoyage : ok 2022-12-29 17:36:49 +01:00
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: