Skip to content

Commit

Permalink
fix ansible lint: add spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
dangel101 committed Sep 29, 2022
1 parent c50a679 commit 0575c14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
dest: /etc/systemd/system/glusterfs.slice
mode: '644'
vars:
gluster_cgroup_cpu_quota: "{{ [(ansible_processor_vcpus /3)|int, 1] | max * 100 }}"
gluster_cgroup_cpu_quota: "{{ [(ansible_processor_vcpus / 3) | int, 1] | max * 100 }}"
notify:
- Restart glusterd

Expand Down

0 comments on commit 0575c14

Please sign in to comment.