Skip to content

Commit

Permalink
Use is defined
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Mar 21, 2024
1 parent 019f029 commit 0ddd8a8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions research-cloud-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,13 @@
- name: Gather facts for first time

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

View workflow job for this annotation

GitHub Actions / build

fqcn[action-core]

Use FQCN for builtin module actions (setup).

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

View workflow job for this annotation

GitHub Actions / build

fqcn[action-core]

Use FQCN for builtin module actions (setup).
setup:

- name: Ansible version
debug:
var: ansible_version

- name: Alias name for jumphost

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

View workflow job for this annotation

GitHub Actions / build

fqcn[action-core]

Use FQCN for builtin module actions (add_host).

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

View workflow job for this annotation

GitHub Actions / build

fqcn[action-core]

Use FQCN for builtin module actions (add_host).
add_host:
name: jumphost
hostname: localhost

- name: SSH to workers configuration
when: worker_ip_addresses
when: worker_ip_addresses is defined
block:
- name: Create group workers with workers' IPs

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

View workflow job for this annotation

GitHub Actions / build

fqcn[action-core]

Use FQCN for builtin module actions (add_host).

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

View workflow job for this annotation

GitHub Actions / build

fqcn[action-core]

Use FQCN for builtin module actions (add_host).
add_host:
Expand Down Expand Up @@ -125,7 +121,7 @@
autoremove: true

- name: Setup nfs server
when: worker_ip_addresses
when: worker_ip_addresses is defined
block:
- name: nfs-server
apt:
Expand Down

0 comments on commit 0ddd8a8

Please sign in to comment.