Unverified Commit d4ffeea9 authored by Prasath Sivasubramaniyan's avatar Prasath Sivasubramaniyan Committed by GitHub
Browse files

Update main.yml

Showing with 5 additions and 5 deletions
+5 -5
---
- name: Ensure pip is installed
apt: name=python-pip update_cache=yes
when: ansible_os_family == 'Debian'
# - name: Ensure pip is installed
# apt: name=python-pip update_cache=yes
# when: ansible_os_family == 'Debian'
- name: Ensure retry is installed
pip: name=retry
# - name: Ensure retry is installed
# pip: name=retry
- name: Save api details to json file
copy: dest=/tmp/kong_apis.json content="{{ kong_apis | to_nice_json}}" mode=0644
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment