From: David Galloway Date: Wed, 28 Aug 2019 15:03:32 +0000 (-0400) Subject: teuthology: Correct yaml syntax X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=34ecd2d9b22e339e667091c9a92a4ba045305954;p=ceph-cm-ansible.git teuthology: Correct yaml syntax Signed-off-by: David Galloway --- diff --git a/roles/teuthology/tasks/setup_users.yml b/roles/teuthology/tasks/setup_users.yml index 1a9779eb..682f2a9e 100644 --- a/roles/teuthology/tasks/setup_users.yml +++ b/roles/teuthology/tasks/setup_users.yml @@ -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: