1
1
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_gitea.git synced 2024-08-16 11:39:50 +02:00

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

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