diff --git a/tasks/main.yml b/tasks/main.yml index 89c560c..71b3fee 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,12 +1,14 @@ --- -- name: 'Install python 3.12' - chocolatey.chocolatey.win_chocolatey: - name: python - version: '3.12.0' - state: present +# - 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: get_exporter_version.yml + ansible.builtin.include_tasks: + file: 'get_exporter_version.yml' - name: Download windows_exporter version - ansible.builtin.include_tasks: download.yml + ansible.builtin.include_tasks: + file: 'download.yml'