Update molecule config
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
5c3df56bc8
commit
fa02e91582
|
@ -5,10 +5,11 @@
|
||||||
|
|
||||||
pre_tasks:
|
pre_tasks:
|
||||||
- name: Update the apt cache
|
- name: Update the apt cache
|
||||||
ansible.builtin.dnf:
|
ansible.builtin.apt:
|
||||||
|
update_cache: true
|
||||||
name:
|
name:
|
||||||
- openssh
|
|
||||||
- openssh-server
|
- openssh-server
|
||||||
|
- openssh-client
|
||||||
|
|
||||||
- name: Stop and Start ssh
|
- name: Stop and Start ssh
|
||||||
ansible.builtin.service:
|
ansible.builtin.service:
|
||||||
|
@ -28,3 +29,4 @@
|
||||||
userid: 38000088
|
userid: 38000088
|
||||||
expiry_date: '2024-12-31'
|
expiry_date: '2024-12-31'
|
||||||
passwordless: true
|
passwordless: true
|
||||||
|
local_accounts_pk_path: /Users/slococo/.cache
|
||||||
|
|
|
@ -7,7 +7,7 @@ driver:
|
||||||
name: docker
|
name: docker
|
||||||
platforms:
|
platforms:
|
||||||
- name: instance
|
- name: instance
|
||||||
image: "docker.io/geerlingguy/docker-rockylinux8-ansible:latest"
|
image: "docker.io/geerlingguy/docker-debian11-ansible:latest"
|
||||||
command: ${MOLECULE_DOCKER_COMMAND:-""}
|
command: ${MOLECULE_DOCKER_COMMAND:-""}
|
||||||
volumes:
|
volumes:
|
||||||
- /sys/fs/cgroup:/sys/fs/cgroup:rw
|
- /sys/fs/cgroup:/sys/fs/cgroup:rw
|
||||||
|
|
|
@ -16,4 +16,3 @@
|
||||||
userid: 38000088
|
userid: 38000088
|
||||||
expiry_date: '2024-12-31'
|
expiry_date: '2024-12-31'
|
||||||
passwordless: true
|
passwordless: true
|
||||||
local_accounts_pk_path: /Users/slococo/keys/
|
|
||||||
|
|
Loading…
Reference in New Issue