Skip to content

Commit c6f2b8d

Browse files
authored
Use become false in find task (#368)
2 parents 740d10c + 6b783f3 commit c6f2b8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roles/grafana/tasks/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119
recurse: true
120120
patterns: "*.json"
121121
delegate_to: localhost
122+
become: false
122123
register: __found_dashboards
123124

124125
- name: Dashboards

0 commit comments

Comments
 (0)