mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Remove and prevent trailing whitespace (#10199)
* Remove trailing whitespace. * Add no-trailing-whitespace extra test. * Re-add needed trailing whitespace. * Remove one more trailing whitespace.
This commit is contained in:
@@ -21,9 +21,9 @@
|
||||
notify: cleanup redis
|
||||
|
||||
- name: Create redis directories
|
||||
file:
|
||||
file:
|
||||
path: "{{ item }}"
|
||||
state: directory
|
||||
state: directory
|
||||
owner: "{{ redis_user[ansible_distribution] }}"
|
||||
group: "{{ redis_user[ansible_distribution] }}"
|
||||
loop:
|
||||
|
||||
Reference in New Issue
Block a user