Commit ea0c82ce by ansible

Test Playbook

1 parent 20a8eabe
Showing with 7 additions and 7 deletions
......@@ -3,14 +3,14 @@
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/dhipaya.prd/application
# version: dhipaya.prd
# dest: /tmp/develop/application
# version: develop
- git:
repo: 'https://ansible@example.com/ansible/application.git'
dest: /tmp/dhipaya.prd/application
version: dhipaya.prd
# - git:
# repo: 'https://ansible@example.com/ansible/application.git'
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!