Add debugging to figure out wtf is happening here
This commit is contained in:
@@ -4,6 +4,10 @@
|
|||||||
register: linode_inventory_raw
|
register: linode_inventory_raw
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
|
||||||
|
- name: Show raw script output
|
||||||
|
ansible.builtin.debug:
|
||||||
|
var: linode_inventory_raw.stdout
|
||||||
|
|
||||||
- name: Parse JSON inventory output
|
- name: Parse JSON inventory output
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
linode_inventory: "{{ linode_inventory_raw.stdout | from_json }}"
|
linode_inventory: "{{ linode_inventory_raw.stdout | from_json }}"
|
||||||
|
Reference in New Issue
Block a user