Skip to content

Commit

Permalink
disable unneeded task
Browse files Browse the repository at this point in the history
  • Loading branch information
jackivanov committed Feb 26, 2017
1 parent 79f66b7 commit 98558c4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 98558c4

Please sign in to comment.