Would be nice to set the timezone of the ansible container to the same value as the host system, so the output of the commands show the same time..
❯ just -f forge.just forge_clone-repository
podman exec ublue-os_forge-anvil-ansible.ublue.local ansible-playbook playbooks/project_clone.yml
PLAY [Clone project] ***********************************************************
Thursday 02 May 2024 06:14:15 +0000 (0:00:00.008) 0:00:00.008 **********
TASK [Gathering Facts] *********************************************************
ok: [host.ublue.local]
Thursday 02 May 2024 06:14:17 +0000 (0:00:01.734) 0:00:01.743 **********
TASK [Clone project] ***********************************************************
changed: [host.ublue.local]
PLAY RECAP *********************************************************************
host.ublue.local : ok=2 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
Thursday 02 May 2024 06:14:19 +0000 (0:00:01.726) 0:00:03.470 **********
===============================================================================
Gathering Facts --------------------------------------------------------- 1.73s
Clone project ----------------------------------------------------------- 1.73s
Would be nice to set the timezone of the ansible container to the same value as the host system, so the output of the commands show the same time..