Skip to content

Commit

Permalink
SF bootstrap-tenant command - fix the base pre-run playbook for conta…
Browse files Browse the repository at this point in the history
…iner based job (wrong condition check)

Change-Id: I990f07310895c24d6ccbaf9ed66ce9beafe7755d
  • Loading branch information
morucci committed Oct 4, 2024
1 parent 48ad5d3 commit 6e4e6b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ pipeline to receive an initial +/-1 Verified vote.`,
getAnsibleIncludeRole("remove-zuul-sshkey"),
},
"run_once": true,
"when": "ansible_connection != 'kubectl'",
"when": "ansible_connection == 'kubectl'",
},
{
"import_role": map[string]string{
Expand Down
3 changes: 3 additions & 0 deletions doc/reference/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ All notable changes to this project will be documented in this file.
### Removed
### Changed
### Fixed

SF bootstrap-tenant command - fix the base pre-run playbook for container based job (wrong condition check)

### Security

## [v0.0.43] - 2024-09-20
Expand Down

0 comments on commit 6e4e6b9

Please sign in to comment.