Skip to content
Snippets Groups Projects
Verified Commit e2ef2ddb authored by Chris Croome's avatar Chris Croome
Browse files

fix ansible_distribution_release

parent 739b5de3
No related branches found
No related tags found
No related merge requests found
Pipeline #34975 failed
......@@ -19,7 +19,7 @@ mariadb_jpq:
cve: 'CVE'
fragtabs: 'Tables."Fragmented tables"'
groups: "[].group_name"
tunerver: "[?distro=='{{ ansible_distribution_release }}'].version|[0]"
tunerver: "[?distro=='{{ ansible_facts.distribution_release }}'].version|[0]"
recs: '"Recommendations"'
service: 'ansible_facts.services.["mariadb.service"]|[0]'
systemd_path: "[].files[].path"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment