Advertisement
Guest User

Untitled

a guest
Sep 26th, 2016
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. - expect:
  2. become: yes
  3. become_method: sudo
  4. command: "installer.bin"
  5. echo: yes
  6. responses:
  7. "Choose the appropriate installation or upgrade option.": "2"
  8. "Where should the software be installed?": "/opt/newsoftware/"
  9.  
  10. fatal: [127.0.0.1]: FAILED! => {"changed": false, "failed": true, "msg": "unsupported parameter for module: become_method"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement