mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
remove unneccessary collection include
Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
This commit is contained in:
parent
6e48f686a9
commit
de0439ed58
1 changed files with 0 additions and 2 deletions
|
@ -2,8 +2,6 @@
|
||||||
- name: prepare playbook for kitchen testing "ansible-nginx-hardening" with custom settings
|
- name: prepare playbook for kitchen testing "ansible-nginx-hardening" with custom settings
|
||||||
become: true
|
become: true
|
||||||
hosts: all
|
hosts: all
|
||||||
collections:
|
|
||||||
- devsec.hardening
|
|
||||||
environment:
|
environment:
|
||||||
http_proxy: "{{ lookup('env', 'http_proxy') | default(omit) }}"
|
http_proxy: "{{ lookup('env', 'http_proxy') | default(omit) }}"
|
||||||
https_proxy: "{{ lookup('env', 'https_proxy') | default(omit) }}"
|
https_proxy: "{{ lookup('env', 'https_proxy') | default(omit) }}"
|
||||||
|
|
Loading…
Reference in a new issue