Skip to content

Commit c5dbae4

Browse files
committed
Remove trailing whitespaces
1 parent f9c0214 commit c5dbae4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tasks/pools.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
- name: "Create custom fact directory"
4747
file:
4848
path: "/etc/ansible/facts.d"
49-
state: "directory"
49+
state: "directory"
5050
when: item.type == "zfs"
5151
with_items: "{{ libvirt_host_pools }}"
52-
become: True
52+
become: True
5353

5454
- name: Create Ansible fact for zfs pool to path mapping
5555
ini_file:
@@ -62,4 +62,4 @@
6262
become: True
6363

6464
- name: reload facts
65-
setup: ~
65+
setup: ~

0 commit comments

Comments
 (0)