Skip to content
Snippets Groups Projects
Commit fcdba9e8 authored by Michal Nasiadka's avatar Michal Nasiadka Committed by Radosław Piliszek
Browse files

CI: Fix new ansible-lint failures

Change-Id: I27b0e42fba93a35c6d878d108bf1e7fdebc9e3db
parent da167024
No related branches found
No related tags found
No related merge requests found
......@@ -19,3 +19,9 @@ skip_list:
# [unnamed-task] All tasks should be named
# FIXME(mgoddard): Add names to all tasks
- unnamed-task
# disable experimental rules
- experimental
# Package installs should not use latest
- package-latest
# Most files should not contain tabs
- no-tabs
......@@ -7,7 +7,7 @@
# TODO(inc0): Gates don't seem to have ufw executable, check for it instead of ignore errors
- block:
- name: Set firewall default policy
- name: Set firewall default policy # noqa ignore-errors
become: True
ufw:
state: disabled
......
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