Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sluetze committed May 16, 2023
1 parent cec888e commit 285142f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ansible/add-on-roles/garbagecollection/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
garbagecollection_high_treshold_percent: 66
garbagecollection_low_treshold_percent: 50
garbagecollection_minimum_age: "5m30s"
garbagecollection_minimum_age: "5m30s"
2 changes: 1 addition & 1 deletion ansible/add-on-roles/garbagecollection/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ galaxy_info:
dependencies:
[]
# List your role dependencies here, one per line. Be sure to remove the '[]' above,
# if you add dependencies to this list.
# if you add dependencies to this list.
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
- master
- worker
loop_control:
loop_var: loop_role
loop_var: loop_role
2 changes: 1 addition & 1 deletion ansible/roles/openshift-4-cluster/tasks/create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,6 @@

- name: Include post installation tasks
ansible.builtin.include_tasks: post-install.yml
tags:
tags:
- post-install
- post-install-add-ons

0 comments on commit 285142f

Please sign in to comment.