Commit 50404a21 by ansible

no message

1 parent 1d78158e
Showing with 4 additions and 10 deletions
......@@ -2,10 +2,10 @@
- hosts: all
become: true
tasks:
# - git:
# repo: 'https://ansible@example.com/ansible/application.git'
# dest: /tmp/develop/application
# version: develop
- git:
repo: 'https://ansible@example.com/ansible/application.git'
dest: /tmp/develop/application
version: develop
- git:
repo: 'https://ansible@example.com/ansible/application.git'
......@@ -21,9 +21,4 @@
repo: 'https://ansible@example.com/ansible/application.git'
dest: /tmp/deves.prd.3.0.5/application
version: deves.prd.3.0.5
- git:
repo: 'https://ansible@example.com/ansible/application.git'
dest: /tmp/deves.dev/application
version: deves.dev
\ 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!