add win_wg_spoke role
This commit is contained in:
11
roles/win_wg_spoke/molecule/default/verify.yml
Normal file
11
roles/win_wg_spoke/molecule/default/verify.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
|
||||
- name: Verify
|
||||
hosts: all
|
||||
gather_facts: false
|
||||
tasks:
|
||||
# Blank task for ignoring CI testing
|
||||
# This role was tested manually
|
||||
- name: Blank
|
||||
ansible.builtin.command: echo
|
||||
changed_when: false
|
||||
Reference in New Issue
Block a user