parent
96c744c4d0
commit
5578089988
slococo/playground/molecule/default
|
@ -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