tabbing is important
This commit is contained in:
parent
247c1c761a
commit
25c395cdc2
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
||||||
- python2-iso3166
|
- python2-iso3166
|
||||||
- python2-geoip2
|
- python2-geoip2
|
||||||
state: present
|
state: present
|
||||||
when: ansible_distribution_major_version|int < 8 and ansible_distribution == 'RedHat'
|
when: ansible_distribution_major_version|int < 8 and ansible_distribution == 'RedHat'
|
||||||
|
|
||||||
- name: install python3-paste-deploy geolite2-city python3-iso3166 python3-geoip2
|
- name: install python3-paste-deploy geolite2-city python3-iso3166 python3-geoip2
|
||||||
package:
|
package:
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
- python3-iso3166
|
- python3-iso3166
|
||||||
- python3-geoip2
|
- python3-geoip2
|
||||||
state: present
|
state: present
|
||||||
when: ansible_distribution_major_version|int >= 8 and ansible_distribution == 'RedHat'
|
when: ansible_distribution_major_version|int >= 8 and ansible_distribution == 'RedHat'
|
||||||
|
|
||||||
|
|
||||||
- name: install geoip-city-wsgi.conf file
|
- name: install geoip-city-wsgi.conf file
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue