do not install python
This commit is contained in:
parent
ea0f51b14d
commit
2d8c582593
1 changed files with 9 additions and 7 deletions
|
@ -1,12 +1,14 @@
|
||||||
---
|
---
|
||||||
- name: 'Install python 3.12'
|
# - name: 'Install python 3.12'
|
||||||
chocolatey.chocolatey.win_chocolatey:
|
# chocolatey.chocolatey.win_chocolatey:
|
||||||
name: python
|
# name: python
|
||||||
version: '3.12.0'
|
# version: '3.12.0'
|
||||||
state: present
|
# state: present
|
||||||
|
|
||||||
- name: Get latest windows_exporter version
|
- 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
|
- name: Download windows_exporter version
|
||||||
ansible.builtin.include_tasks: download.yml
|
ansible.builtin.include_tasks:
|
||||||
|
file: 'download.yml'
|
||||||
|
|
Loading…
Reference in a new issue