consistent task name capitalization

This commit is contained in:
Mathias Merscher 2019-03-09 21:38:48 +01:00 committed by Thomas Maurice
parent 11374216ac
commit a9414f6593
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
- name: install fail2ban filter
- name: Install fail2ban filter
template:
src: fail2ban/filter.conf.j2
dest: /etc/fail2ban/filter.d/gitea.conf
@ -7,7 +7,7 @@
mode: 0444
notify: Restart fail2ban
- name: install fail2ban jail
- name: Install fail2ban jail
template:
src: fail2ban/jail.conf.j2
dest: /etc/fail2ban/jail.d/gitea.conf