ansible--role--ntfy-ssh/molecule/default/converge.yml

9 lines
185 B
YAML
Raw Normal View History

2023-01-15 19:34:57 +00:00
---
- name: Converge
hosts: all
gather_facts: false
tasks:
- name: "Include glenux.ntfy_ssh_access"
ansible.builtin.include_role:
name: "glenux.ntfy_ssh_access"