tirgger all finance playbooks
Infrastructure / Check and run Ansbile playbooks (pull_request) Successful in 1m55s Details

This commit is contained in:
Gleb Koval 2024-03-30 00:29:34 +00:00
parent fe3be248ad
commit ffd71c89eb
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
4 changed files with 4 additions and 0 deletions

View File

@ -96,6 +96,7 @@
community.general.proxmox_kvm: community.general.proxmox_kvm:
state: restarted state: restarted
timeout: 60 timeout: 60
handlers: handlers:
# Initial boot # Initial boot
# For some reason debian cloud images don't use # For some reason debian cloud images don't use

View File

@ -5,6 +5,7 @@
- name: Wait for connection - name: Wait for connection
ansible.builtin.wait_for_connection: ansible.builtin.wait_for_connection:
timeout: 300 timeout: 300
- name: Install system packages - name: Install system packages
ansible.builtin.apt: ansible.builtin.apt:
update_cache: true update_cache: true

View File

@ -5,6 +5,7 @@
- name: Wait for connection - name: Wait for connection
ansible.builtin.wait_for_connection: ansible.builtin.wait_for_connection:
timeout: 300 timeout: 300
- name: Install dependencies - name: Install dependencies
ansible.builtin.apt: ansible.builtin.apt:
update_cache: true update_cache: true

View File

@ -7,6 +7,7 @@
- name: Wait for connection - name: Wait for connection
ansible.builtin.wait_for_connection: ansible.builtin.wait_for_connection:
timeout: 300 timeout: 300
- name: Docker compose down - name: Docker compose down
community.docker.docker_compose_v2: community.docker.docker_compose_v2:
project_src: "$HOME/{{ app }}" project_src: "$HOME/{{ app }}"