mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-10 05:33:29 +01:00
9 lines
275 B
YAML
9 lines
275 B
YAML
---
|
|
- name: Ensure ansible_facts used by role
|
|
ansible.builtin.setup:
|
|
gather_subset: min
|
|
when: not ansible_facts.keys() | list |
|
|
intersect(__sshd_required_facts) == __sshd_required_facts
|
|
|
|
- name: Include common vars
|
|
ansible.builtin.include_vars: vars/common.yml
|