Fix #36: Trigger all CI for samba (#38)
Infrastructure / Check and run Ansbile playbooks (push) Successful in 7m48s
Details
Infrastructure / Check and run Ansbile playbooks (push) Successful in 7m48s
Details
Reviewed-on: #38
This commit is contained in:
parent
aa78f334bd
commit
7916f12e73
|
@ -109,7 +109,6 @@
|
|||
onboot: true
|
||||
cores: 4
|
||||
memory: 8192
|
||||
|
||||
- name: Retart VM
|
||||
community.general.proxmox_kvm:
|
||||
state: restarted
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
- name: Wait for connection
|
||||
ansible.builtin.wait_for_connection:
|
||||
timeout: 300
|
||||
|
||||
- name: Install dependencies
|
||||
ansible.builtin.apt:
|
||||
update_cache: true
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
- name: Wait for connection
|
||||
ansible.builtin.wait_for_connection:
|
||||
timeout: 300
|
||||
|
||||
- name: Get user
|
||||
ansible.builtin.user:
|
||||
name: debian
|
||||
|
|
Loading…
Reference in New Issue