fix trailing spaces and bad tabs

This commit is contained in:
Stephen Smoogen 2022-05-19 13:28:25 -04:00 committed by smooge
parent 5405fa546c
commit d3bc8df477

View file

@ -10,7 +10,7 @@
package: name=python3-geoip2 state=present
tags:
- packages
when: (ansible_distribution == 'RedHat' and ansible_distribution_major_version|int >= 8)
when: (ansible_distribution == 'RedHat' and ansible_distribution_major_version|int >= 8)
- name: make sure the /usr/share/GeoIP/ directory exists
file: