Make molecule test idempotent
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
96c744c4d0
commit
5578089988
|
@ -10,11 +10,12 @@
|
||||||
name:
|
name:
|
||||||
- openssh-server
|
- openssh-server
|
||||||
- openssh-client
|
- openssh-client
|
||||||
|
state: present
|
||||||
|
|
||||||
- name: Restart ssh service
|
- name: Restart ssh service
|
||||||
ansible.builtin.service:
|
ansible.builtin.service:
|
||||||
name: sshd
|
name: sshd
|
||||||
state: restarted
|
state: started
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- role: slococo.playground.ssh_config
|
- role: slococo.playground.ssh_config
|
||||||
|
|
Loading…
Reference in New Issue