updated fqcn fo json_query

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2024-02-20 11:28:48 +00:00
parent 6469a65e76
commit fbe348c9a8
No known key found for this signature in database
GPG key ID: 1DE02A772D0908F9
3 changed files with 6 additions and 6 deletions

View file

@ -28,7 +28,7 @@
- name: Capture post-audit result
ansible.builtin.set_fact:
post_audit_summary: "{{ post_audit.stdout | from_json | json_query(summary) }}"
post_audit_summary: "{{ post_audit.stdout | from_json | community.general.json_query(summary) }}"
vars:
summary: summary."summary-line"