Skip to content
Snippets Groups Projects
Verified Commit 07acce35 authored by Chris Croome's avatar Chris Croome
Browse files

Ansible lint updates

parent d356480b
No related branches found
No related tags found
No related merge requests found
Pipeline #26808 passed
---
# https://docs.ansible.com/ansible-lint/rules/default_rules.html
skip_list:
- fqcn-builtins
- key-order[task]
- name[casing]
- name[template]
- schema[meta]
# vim: syntax=yaml
...
......@@ -9,7 +9,7 @@
# You should have received a copy of the GNU General Public License along with the Webarchitects Fail2ban Ansible role. If not, see <https://www.gnu.org/licenses/>.
---
- name: Restart fail2ban
service:
ansible.builtin.service:
name: fail2ban
state: restarted
listen: Restart fail2ban
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment