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

Commit 4c248a4

Browse files
authored
remove obsolete include_task
1 parent 18be974 commit 4c248a4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tasks/hardening.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
set_fact:
1818
sshd_version: "{{ sshd_version_raw.stderr | regex_replace('.*_([0-9]*.[0-9]).*', '\\1') }}"
1919

20-
- name: include tasks to create crypo-vars
21-
include_tasks: crypto.yml
22-
2320
- name: set default for ssh_host_key_files if not supplied
2421
include_tasks: crypto_hostkeys.yml
2522
when: not ssh_host_key_files

0 commit comments

Comments
 (0)