ansible_role_win_exporter/tasks/main.yml
2024-02-27 13:03:06 +01:00

14 lines
358 B
YAML

---
# - name: 'Install python 3.12'
# chocolatey.chocolatey.win_chocolatey:
# name: python
# version: '3.12.0'
# state: present
- name: Get latest windows_exporter version
ansible.builtin.include_tasks:
file: 'get_exporter_version.yml'
- name: Download windows_exporter version
ansible.builtin.include_tasks:
file: 'download.yml'