Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. - name: "Install testing packages"
  2. include: pip_install.yml
  3. package=proliantutils
  4. state=present
  5. when: skip_install is not defined and testing | bool != true
  6. - name: "UcsSdk - Install from pip"
  7. include: pip_install.yml
  8. package=UcsSdk
  9. version=0.8.1.9
  10. when: skip_install is not defined and testing | bool != true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement