Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
O1ahmad authored Jun 20, 2024
1 parent 5b6d12f commit 98996ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
- name: Create a secured node to provision to
ansible.builtin.include_tasks: "../common/secure-node-setup.yml"
when: create_secure_node

when: create_secure_node|bool
ansible.builtin.include_tasks: common/secure-node-setup.yml

Check failure on line 5 in tasks/main.yml

View workflow job for this annotation

GitHub Actions / Build-Test-Service-Setup

5:1 [trailing-spaces] trailing spaces
- name: Manage storage/data setup
ansible.builtin.include_tasks: common/storage-setup.yml

Expand Down

0 comments on commit 98996ec

Please sign in to comment.