trigger all CI for samba
Infrastructure / Check and run Ansbile playbooks (pull_request) Successful in 2m10s Details

This commit is contained in:
Gleb Koval 2024-01-27 18:04:01 +00:00
parent aa78f334bd
commit c390b5fa9b
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
4 changed files with 3 additions and 1 deletions

View File

@ -109,7 +109,6 @@
onboot: true
cores: 4
memory: 8192
- name: Retart VM
community.general.proxmox_kvm:
state: restarted

View File

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

View File

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

View File

@ -7,6 +7,7 @@
- name: Wait for connection
ansible.builtin.wait_for_connection:
timeout: 300
- name: Get user
ansible.builtin.user:
name: debian