add molecule skip
This commit is contained in:
9
roles/hostname/molecule/default/converge.yml
Normal file
9
roles/hostname/molecule/default/converge.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: Converge
|
||||
hosts: all
|
||||
pre_tasks:
|
||||
# Blank task for ignoring CI testing, because you can't change hostname in container
|
||||
# This role was tested manually
|
||||
- name: Blank
|
||||
ansible.builtin.command: echo
|
||||
changed_when: false
|
||||
Reference in New Issue
Block a user