Repository URL to install this package:
|
Version:
3.2.4 ▾
|
---
- name: Converge
hosts: all
gather_facts: false
tasks:
- name: Validate that collection was installed
debug:
msg: "{{ 'foo' | community.molecule.header }}"
- name: test installed role
include_role:
name: ssbarnea.ansible_role_helloworld