Skip to content

Commit

Permalink
Add missing newline at end of file for yamllint
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob committed Oct 2, 2023
1 parent 96747e4 commit b6b1fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/rke2_common/tasks/rpm_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@
when:
- ansible_facts['os_family'] == 'RedHat' or ansible_facts['os_family'] == 'Rocky'
- not rke2_binary_tarball_check.stat.exists
- inventory_hostname in groups.get('rke2_agents', [])
- inventory_hostname in groups.get('rke2_agents', [])

0 comments on commit b6b1fde

Please sign in to comment.