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:
|
||||
- name: Update the apt cache
|
||||
ansible.builtin.dnf:
|
||||
ansible.builtin.apt:
|
||||
update_cache: true
|
||||
name:
|
||||
- openssh
|
||||
- openssh-server
|
||||
- openssh-client
|
||||
|
||||
- name: Stop and Start ssh
|
||||
ansible.builtin.service:
|
||||
|
@ -28,3 +29,4 @@
|
|||
userid: 38000088
|
||||
expiry_date: '2024-12-31'
|
||||
passwordless: true
|
||||
local_accounts_pk_path: /Users/slococo/.cache
|
||||
|
|
|
@ -7,7 +7,7 @@ driver:
|
|||
name: docker
|
||||
platforms:
|
||||
- name: instance
|
||||
image: "docker.io/geerlingguy/docker-rockylinux8-ansible:latest"
|
||||
image: "docker.io/geerlingguy/docker-debian11-ansible:latest"
|
||||
command: ${MOLECULE_DOCKER_COMMAND:-""}
|
||||
volumes:
|
||||
- /sys/fs/cgroup:/sys/fs/cgroup:rw
|
||||
|
|
|
@ -16,4 +16,3 @@
|
|||
userid: 38000088
|
||||
expiry_date: '2024-12-31'
|
||||
passwordless: true
|
||||
local_accounts_pk_path: /Users/slococo/keys/
|
||||
|
|
Loading…
Reference in New Issue