Difference between revisions of "Shell: (Ansible module)"

From wikieduonline
Jump to navigation Jump to search
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
  #!/usr/bin/env ansible-playbook
 
  #!/usr/bin/env ansible-playbook
 
 
  - hosts: localhost
 
  - hosts: localhost
 
   become: yes
 
   become: yes
Line 9: Line 8:
  
  
 
+
#!/usr/bin/env ansible-playbook
 
  - hosts: localhost
 
  - hosts: localhost
 
   become: yes
 
   become: yes
Line 17: Line 16:
 
       register: my_shell_output
 
       register: my_shell_output
 
   
 
   
     - debug: my_var=my_shell_output.stdout_lines
+
     - debug: var=my_shell_output.stdout_lines
  
  

Revision as of 12:54, 25 November 2020

Advertising: