diff options
| author | Colin Wilk <colin@wilk.cx> | 2026-07-03 20:15:09 +0200 |
|---|---|---|
| committer | Colin Wilk <colin@wilk.cx> | 2026-07-03 20:15:09 +0200 |
| commit | 9368443af5c0cdfbadbd54f92814dadce1c4e663 (patch) | |
| tree | 8bfd750d7c4623c52adc775f51468bced1a01d5e /meta | |
| parent | 7074302088d7283181f03c8ad3108322b9033bc3 (diff) | |
| download | ansible-role-prometheus-target-9368443af5c0cdfbadbd54f92814dadce1c4e663.tar.gz ansible-role-prometheus-target-9368443af5c0cdfbadbd54f92814dadce1c4e663.zip | |
refactor: bump and fix pre-commit errors
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/argument_specs.yml | 2 | ||||
| -rw-r--r-- | meta/main.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/argument_specs.yml b/meta/argument_specs.yml index 1d960cf..f7b6c43 100644 --- a/meta/argument_specs.yml +++ b/meta/argument_specs.yml @@ -16,7 +16,7 @@ argument_specs: prometheus_target_exporter_target_prefix: type: str required: false - default: '' + default: "" prometheus_target_strategy: type: str diff --git a/meta/main.yml b/meta/main.yml index 985d07b..c629760 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -6,7 +6,7 @@ galaxy_info: author: kliwniloc description: Role for adding targets to prometheus instance license: license (MIT) - min_ansible_version: '2.4' + min_ansible_version: "2.4" platforms: - name: Debian versions: |