mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-10 09:03:58 +02:00
disable unneeded task
This commit is contained in:
parent
79f66b7fda
commit
98558c43d2
1 changed files with 0 additions and 5 deletions
|
@ -196,11 +196,6 @@
|
|||
when: item not in users and ssh_tunneling_enabled is defined and ssh_tunneling_enabled == "y"
|
||||
with_items: "{{ valid_users.stdout_lines | default('null') }}"
|
||||
|
||||
- name: SSH | Fetch users SSH private keys
|
||||
fetch: src='/var/jail/{{ item }}/.ssh/id_rsa' dest=configs/{{ IP_subject_alt_name }}_{{ item }}.ssh.pem flat=yes
|
||||
when: ssh_tunneling_enabled is defined and ssh_tunneling_enabled == "y"
|
||||
with_items: "{{ users }}"
|
||||
|
||||
post_tasks:
|
||||
- debug:
|
||||
msg:
|
||||
|
|
Loading…
Add table
Reference in a new issue