commit | b2a87d38d558c21c96026ae4cb708481772877f8 | [log] [tgz] |
---|---|---|
author | avm99963 <me@avm99963.com> | Wed Feb 10 22:17:27 2021 +0100 |
committer | avm99963 <me@avm99963.com> | Wed Feb 10 22:17:27 2021 +0100 |
tree | 5d47df34fd6470f7795f72379704df78439f8329 | |
parent | 5fc82a5e99657f11784494919c3abbed5f040b11 [diff] |
Remove ssh roles from base job Change-Id: I7d58e1baf692678e7bce3462f56a6a8e0373a1c6
diff --git a/playbooks/base/post-ssh.yaml b/playbooks/base/post-ssh.yaml index cc0fe07..2ae2ea6 100644 --- a/playbooks/base/post-ssh.yaml +++ b/playbooks/base/post-ssh.yaml
@@ -1,4 +1,3 @@ - hosts: all ignore_errors: yes - roles: - - remove-build-sshkey + roles: []
diff --git a/playbooks/base/pre.yaml b/playbooks/base/pre.yaml index a3b0572..c3f0815 100644 --- a/playbooks/base/pre.yaml +++ b/playbooks/base/pre.yaml
@@ -1,5 +1,4 @@ - hosts: all roles: - - add-build-sshkey - start-zuul-console - prepare-workspace