Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
742e4561db |
@ -1,5 +1,3 @@
|
||||
---
|
||||
tasks:
|
||||
- name: Set timezone to Europe/Paris
|
||||
community.general.timezone:
|
||||
name: Europe/Paris
|
||||
|
@ -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:
|
||||
|
Reference in New Issue
Block a user