]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
remove duplicate command directive
authorAlfredo Deza <adeza@redhat.com>
Tue, 22 Mar 2016 23:19:56 +0000 (19:19 -0400)
committerAlfredo Deza <adeza@redhat.com>
Tue, 22 Mar 2016 23:19:56 +0000 (19:19 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ansible/roles/ceph-release/tasks/main.yml

index d86911b7f14b2a65f1b6a6a44e38692393036af9..d39da6e1d775688e479703929d05803fb6e4959f 100644 (file)
@@ -18,8 +18,7 @@
   ignore_errors: yes
 
 - name: reset --hard to upstream
-  command: git fetch
-  command: git reset --hard origin/{{ branch }}
+  command: git reset --hard origin/{{ branch }} chdir=ceph
   ignore_errors: yes
   when: clean