add molecule files
This commit is contained in:
10
roles/sshd/molecule/default/verify.yml
Normal file
10
roles/sshd/molecule/default/verify.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
|
||||
- name: Verify
|
||||
hosts: all
|
||||
gather_facts: false
|
||||
any_errors_fatal: true
|
||||
|
||||
tasks:
|
||||
- name: blank
|
||||
ansible.builtin.command: echo
|
||||
Reference in New Issue
Block a user