summaryrefslogtreecommitdiff
path: root/playbooks
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/ci-workarounds/pre.yaml (renamed from playbooks/ci-workarounds/set-stack-key.yaml)4
1 files changed, 3 insertions, 1 deletions
diff --git a/playbooks/ci-workarounds/set-stack-key.yaml b/playbooks/ci-workarounds/pre.yaml
index d2882a442..27f9cad1f 100644
--- a/playbooks/ci-workarounds/set-stack-key.yaml
+++ b/playbooks/ci-workarounds/pre.yaml
@@ -1,5 +1,5 @@
- hosts: all
- name: Copy ssh keys from too ~stack
+ name: Pre-setup tasks
tasks:
- shell:
cmd: |
@@ -11,3 +11,5 @@
sudo chmod 700 ~stack/.ssh
sudo chown -R stack ~stack
executable: /bin/bash
+ roles:
+ - multi-node-bridge