Skip to content

Commit

Permalink
Fix syntax error in post playbook
Browse files Browse the repository at this point in the history
Change-Id: Ic793cf2551de8aa310479bad61b837022b782138
  • Loading branch information
sshnaidm committed Jul 12, 2018
1 parent f199659 commit 7291dff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions playbooks/legacy-tripleo-ci-periodic-base-upload/post.yaml
@@ -1,7 +1,7 @@
- hosts: all
tasks:

block:
- block:

- name: Create SSH private key tempfile
tempfile:
Expand Down Expand Up @@ -31,8 +31,8 @@
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'

always:
- name: remove ssh key
command: ssh-add -D
always:
- name: remove ssh key
command: ssh-add -D

when: zuul_success|bool
when: zuul_success|bool

0 comments on commit 7291dff

Please sign in to comment.