Commit c603c0b0 by ansible

Delete playbook download_application and Use playbook download_application_from_tag only

1 parent a97cd4b9
Showing with 0 additions and 10 deletions
---
- hosts: all
become: true
tasks:
- git:
repo: 'https://ansible@example.com/ansible/application.git'
dest: /tmp/application
version: develop
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!