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:
parent
11374216ac
commit
a9414f6593
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
- name: install fail2ban filter
|
- name: Install fail2ban filter
|
||||||
template:
|
template:
|
||||||
src: fail2ban/filter.conf.j2
|
src: fail2ban/filter.conf.j2
|
||||||
dest: /etc/fail2ban/filter.d/gitea.conf
|
dest: /etc/fail2ban/filter.d/gitea.conf
|
||||||
|
@ -7,7 +7,7 @@
|
||||||
mode: 0444
|
mode: 0444
|
||||||
notify: Restart fail2ban
|
notify: Restart fail2ban
|
||||||
|
|
||||||
- name: install fail2ban jail
|
- name: Install fail2ban jail
|
||||||
template:
|
template:
|
||||||
src: fail2ban/jail.conf.j2
|
src: fail2ban/jail.conf.j2
|
||||||
dest: /etc/fail2ban/jail.d/gitea.conf
|
dest: /etc/fail2ban/jail.d/gitea.conf
|
||||||
|
|
Loading…
Reference in a new issue