]> arthur.barton.de Git - AnsibleRoles.git/commitdiff
ansible-lint: Fix "Git checkouts must contain explicit version" warning
authorAlexander Barton <alex@barton.de>
Wed, 3 May 2017 11:34:19 +0000 (13:34 +0200)
committerAlexander Barton <alex@barton.de>
Wed, 3 May 2017 11:43:39 +0000 (13:43 +0200)
roles/git-backup-script/tasks/main.yml

index 7c57afd357166a29539789613ed419c52eacb8c8..65ba7fe0814ce63349ff3f75455f99b0b0573c87 100644 (file)
@@ -21,5 +21,6 @@
     dest=/usr/local/src/backup-script
     repo={{ git_backup_script_repository }}
     update=yes
+    version=master
   notify:
     - install "backup-script"