blob: 4a8aa115fc0fdbc7104f787fbe72a949c5c6b172 [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-epel, tags: ['epel'] }