Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-sb-devops
Commits
d4ffeea9
Unverified
Commit
d4ffeea9
authored
2 years ago
by
Prasath Sivasubramaniyan
Committed by
GitHub
2 years ago
Browse files
Options
Download
Patches
Plain Diff
Update main.yml
parent
7fa0bdda
upstream/release-5.1.0-vdn
login-changes
loginRegisterBtn
release-5.1.0
release-5.1.0-api
release-5.1.0-apiuat
release-5.1.0-bulk-enrol-unenrol
release-5.1.0-uatLatest
release-5.1.0-uatapi
release-5.1.0-upsmf-prod
release-uat-nginx
revert-5-login-changes
1 merge request
!16
Release 5.1.0 api
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/roles/kong-api/tasks/main.yml
+5
-5
ansible/roles/kong-api/tasks/main.yml
with
5 additions
and
5 deletions
+5
-5
ansible/roles/kong-api/tasks/main.yml
+
5
−
5
View file @
d4ffeea9
---
-
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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets