Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Leiner committed Jan 10, 2024
1 parent f87441a commit 0fdb776
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/cluster_manifest/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
mode: '0640'
owner: root
group: root
when:
when:
- inventory_hostname in groups['rke2_servers'][0]
- cluster_manifest_config_file_path is defined
- cluster_manifest_config_file_path | length > 0
2 changes: 1 addition & 1 deletion site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
any_errors_fatal: true
become: true
roles:
- role: cluster_manifest
- role: cluster_manifest

0 comments on commit 0fdb776

Please sign in to comment.