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 d7088cd commit 53b52bdCopy full SHA for 53b52bd
.kitchen.yml
@@ -19,6 +19,8 @@ provisioner:
19
hosts: all
20
roles_path: ../ansible-os-hardening/
21
playbook: default.yml
22
+ ansible_extra_flags:
23
+ - "--skip-tags=sysctl"
24
25
platforms:
26
- name: ubuntu-12.04
@@ -55,8 +57,6 @@ verifier:
55
57
sudo: true
56
58
inspec_tests:
59
- https://github.com/dev-sec/tests-os-hardening
- ansible_extra_flags:
- - "--skip-tags=sysctl"
60
61
suites:
62
- name: os_ansible_1.9
0 commit comments