Commit 50404a21 by ansible

no message

1 parent 1d78158e
Showing with 5 additions and 10 deletions
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
- hosts: all - hosts: all
become: true become: true
tasks: tasks:
# - git: - git:
# repo: 'https://ansible@example.com/ansible/application.git' repo: 'https://ansible@example.com/ansible/application.git'
# dest: /tmp/develop/application dest: /tmp/develop/application
# version: develop version: develop
- git: - git:
repo: 'https://ansible@example.com/ansible/application.git' repo: 'https://ansible@example.com/ansible/application.git'
...@@ -22,8 +22,3 @@ ...@@ -22,8 +22,3 @@
dest: /tmp/deves.prd.3.0.5/application dest: /tmp/deves.prd.3.0.5/application
version: deves.prd.3.0.5 version: deves.prd.3.0.5
\ No newline at end of file
- 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!