Skip to content

Commit

Permalink
Fix some lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Mar 21, 2024
1 parent a9de677 commit f5fac91
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions research-cloud-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@
ansible_user: ubuntu
ansible_connection: ssh
ansible_ssh_private_key_file: ~/.ssh/id_rsa
ansible_become: yes
ansible_become: true
loop: '{{ worker_ip_addresses }}'
- name: Scan for worker keys.

Check failure on line 34 in research-cloud-plugin.yml

View workflow job for this annotation

GitHub Actions / build

fqcn[action-core]

Use FQCN for builtin module actions (command).

Check failure on line 34 in research-cloud-plugin.yml

View workflow job for this annotation

GitHub Actions / build

no-changed-when

Commands should not change things if nothing needs doing.

Check failure on line 34 in research-cloud-plugin.yml

View workflow job for this annotation

GitHub Actions / build

fqcn[action-core]

Use FQCN for builtin module actions (command).

Check failure on line 34 in research-cloud-plugin.yml

View workflow job for this annotation

GitHub Actions / build

no-changed-when

Commands should not change things if nothing needs doing.
shell:
cmd: ssh-keyscan {{ item }}
command: ssh-keyscan {{ item }}
register: ssh_scan
loop: '{{ worker_ip_addresses }}'
- name: Write the worker keys to known hosts

Check failure on line 38 in research-cloud-plugin.yml

View workflow job for this annotation

GitHub Actions / build

fqcn[action-core]

Use FQCN for builtin module actions (known_hosts).

Check failure on line 38 in research-cloud-plugin.yml

View workflow job for this annotation

GitHub Actions / build

fqcn[action-core]

Use FQCN for builtin module actions (known_hosts).
Expand Down

0 comments on commit f5fac91

Please sign in to comment.