We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cbbab1 commit f582c52Copy full SHA for f582c52
.ansible-lint
@@ -19,3 +19,9 @@ skip_list:
19
# [unnamed-task] All tasks should be named
20
# FIXME(mgoddard): Add names to all tasks
21
- unnamed-task
22
+ # disable experimental rules
23
+ - experimental
24
+ # Package installs should not use latest
25
+ - package-latest
26
+ # Most files should not contain tabs
27
+ - no-tabs
ansible/roles/baremetal/tasks/install.yml
@@ -7,7 +7,7 @@
7
8
# TODO(inc0): Gates don't seem to have ufw executable, check for it instead of ignore errors
9
- block:
10
- - name: Set firewall default policy
+ - name: Set firewall default policy # noqa ignore-errors
11
become: True
12
ufw:
13
state: disabled
0 commit comments