mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-09 10:56:01 +00:00
Refactor CI workflows and fix timezone handling in containers
- Renamed test-cli.yml to test-code.yml and updated job name. - Extended timeout for test-deploy workflow from 30 to 240 minutes. - Skipped Ansible timezone configuration inside Docker/Podman/containerd to avoid write errors in CI. - Added --skip-tests to the initial deploy step for improved CI stability. Origin: https://chatgpt.com/share/69301c58-6628-800f-9e3a-f026c01b6e17
This commit is contained in:
@@ -129,6 +129,8 @@
|
||||
- name: "Ensure correct timezone is '{{ HOST_TIMEZONE }}'"
|
||||
community.general.timezone:
|
||||
name: "{{ HOST_TIMEZONE }}"
|
||||
when: ansible_facts.virtualization_type | default('') not in ['docker', 'containerd', 'podman']
|
||||
|
||||
|
||||
- name: "Load base roles"
|
||||
include_tasks: "./tasks/groups/{{ item }}-roles.yml"
|
||||
|
||||
Reference in New Issue
Block a user