blob: b73e1c598046bc4a24eec8c965ec95faf91573ac [file] [log] [blame]
---
- name: Update nodes with common OS pre-requisites
hosts: "{{ target_hosts }}"
gather_facts: no
tags: ['os-pre-req']
vars_files:
- ~/.apigee-secure/credentials.yml
- ~/.apigee/custom-properties.yml
roles:
- { role: apigee-opdk-setup-os-pip, tags: ['pip'] }