trigger all CI for samba
Infrastructure / Check and run Ansbile playbooks (pull_request) Successful in 2m10s
Details
Infrastructure / Check and run Ansbile playbooks (pull_request) Successful in 2m10s
Details
This commit is contained in:
parent
aa78f334bd
commit
c390b5fa9b
|
@ -109,7 +109,6 @@
|
||||||
onboot: true
|
onboot: true
|
||||||
cores: 4
|
cores: 4
|
||||||
memory: 8192
|
memory: 8192
|
||||||
|
|
||||||
- name: Retart VM
|
- name: Retart VM
|
||||||
community.general.proxmox_kvm:
|
community.general.proxmox_kvm:
|
||||||
state: restarted
|
state: restarted
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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: Get user
|
- name: Get user
|
||||||
ansible.builtin.user:
|
ansible.builtin.user:
|
||||||
name: debian
|
name: debian
|
||||||
|
|
Loading…
Reference in New Issue