Specify version param to master to avoid git failure

This commit is contained in:
Ricardo Carrillo Cruz 2015-05-04 16:00:17 +02:00
parent f72141acb2
commit 62741e5b0e
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
# Clone system-config locally in the command machine
- git: repo="{{ system_config_repo_url }}"
dest=/tmp/infra-ansible/system-config/production
version=master
accept_hostkey=True
force=True
tags: clone_system_config_locally