Skip to content

Commit a8fbfc0

Browse files
committed
style(roles/monitoring_plugins): be consistent with other roles
1 parent 28788ff commit a8fbfc0

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

File renamed without changes.

roles/monitoring_plugins/tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
- block:
1515

1616
- name: 'Remove'
17-
ansible.builtin.include_tasks: '_remove.yml'
17+
ansible.builtin.include_tasks: 'remove.yml'
1818

1919
tags:
2020
- 'never'
@@ -24,7 +24,7 @@
2424
- block:
2525

2626
- name: 'Install & Manage'
27-
ansible.builtin.include_tasks: '_install.yml'
27+
ansible.builtin.include_tasks: 'install.yml'
2828

2929
tags:
3030
- 'monitoring_plugins'
File renamed without changes.

0 commit comments

Comments
 (0)