Stop debugging and get var access right
This commit is contained in:
		@ -51,14 +51,6 @@
 | 
			
		||||
      - yml
 | 
			
		||||
  register: vault_include
 | 
			
		||||
 | 
			
		||||
- name: DEBUG 1
 | 
			
		||||
  debug:
 | 
			
		||||
    msg: "{{ vault_include }}"
 | 
			
		||||
 | 
			
		||||
- name: Load vault variables into vault dictionary
 | 
			
		||||
  set_fact:
 | 
			
		||||
    vault: "{{ vault_include.ansible_facts }}"
 | 
			
		||||
 | 
			
		||||
- name: DEBUG 2
 | 
			
		||||
  debug:
 | 
			
		||||
    msg: "{{ vault }}"
 | 
			
		||||
    vault: "{{ vault_include.ansible_facts.vault }}"
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user