Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. - hosts: localhost
  2. roles:
  3. - get_install_command
  4.  
  5. - hosts: remote_host
  6. roles:
  7. - install
  8.  
  9. "installation_command.stdout_lines": "VARIABLE IS NOT DEFINED!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement