]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
teuthology: Correct yaml syntax 472/head
authorDavid Galloway <dgallowa@redhat.com>
Wed, 28 Aug 2019 15:03:32 +0000 (11:03 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Wed, 28 Aug 2019 15:03:32 +0000 (11:03 -0400)
Signed-off-by: David Galloway <dgallowa@redhat.com>
roles/teuthology/tasks/setup_users.yml

index 1a9779ebf5fe9b02ed8cd7538dd654ab42cf129d..682f2a9ecc0bff10f57ad0d9349a2aaa5f648472 100644 (file)
@@ -46,7 +46,7 @@
 
 - name: Determine teuthology GitHub PR
   set_fact:
-    teuthology_ghpr: "{{ teuthology_branch | regex_replace( '^origin/pr/([^\/]+)/.*$', '\\1') }}"
+    teuthology_ghpr: "{{ teuthology_branch | regex_replace( '^origin/pr/([^/]+)/.*$', '\\1') }}"
 
 - name: Clone the teuthology repo for GitHub PR
   git: