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:
|
||||
- openssh-server
|
||||
- openssh-client
|
||||
state: present
|
||||
|
||||
- name: Restart ssh service
|
||||
ansible.builtin.service:
|
||||
name: sshd
|
||||
state: restarted
|
||||
state: started
|
||||
|
||||
roles:
|
||||
- role: slococo.playground.ssh_config
|
||||
|
|
Loading…
Reference in New Issue