We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac1f590 commit 68e5df9Copy full SHA for 68e5df9
.github/workflows/cluster_ansible.yml
@@ -6,10 +6,6 @@ on:
6
description: Git Ref
7
default: master
8
required: true
9
- schedule:
10
- - cron: "0 12 * * *"
11
- push:
12
- branches: [ ae_cluster_ansible ]
13
14
jobs:
15
ansible/cluster/oq_zmq.yaml
@@ -130,7 +130,7 @@
130
- name: execute ssh for first time with openquake user
131
shell: |
132
cd ~openquake
133
- ssh -v -l openquake -i ~openquake/.ssh/id_rsa -o StrictHostKeyChecking=no "{{hostvars[item]['ansible_host']}}" "hostname && echo 'Welcome!!!'"
+ ssh -l openquake -i ~openquake/.ssh/id_rsa -o StrictHostKeyChecking=no "{{hostvars[item]['ansible_host']}}" "hostname && echo 'Welcome!!!'"
134
become: true
135
become_user: openquake
136
loop: "{{ groups['worker'] }}"
0 commit comments