Skip to content
This repository was archived by the owner on Dec 26, 2020. It is now read-only.

Commit 35e2d77

Browse files
jcheroskeSebastian Gumprich
authored andcommitted
added dependency flag
1 parent 9f52514 commit 35e2d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22

33
- include_tasks: main_2.yml
4-
when: "not (ssh_dependency | default(false))"
4+
when: ssh_hardening_enabled | default(true)

0 commit comments

Comments
 (0)