Advertisement
Guest User

Untitled

a guest
Dec 16th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.18 KB | None | 0 0
  1. ---
  2. - name: debug
  3.   hosts: localhost
  4.   gather_facts: no
  5.   tasks:
  6.  
  7.   - name: load vars
  8.     include_vars: main.yml
  9.  
  10.   - name: debug
  11.     debug:
  12.       var: password.rstrip()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement