1
0
Fork 0
ansible_role_prometheus_pin.../tasks/main.yml

8 lines
216 B
YAML
Raw Normal View History

2022-11-21 14:58:47 +01:00
---
- name: Run optional versionscheck
ansible.builtin.include_tasks: versioncheck.yml
2022-11-21 16:22:44 +01:00
when: submodules_versioncheck | bool
- name: Create User for ping exporter
ansible.builtin.include_tasks: create_user.yml