Make molecule test idempotent
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Santiago Lo Coco 2024-04-15 16:38:28 +02:00
parent 96c744c4d0
commit 5578089988
1 changed files with 2 additions and 1 deletions

View File

@ -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