Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #40 from ksator/master
Browse files Browse the repository at this point in the history
changed host variable on pb.save.config.yaml to ansible_ssh_host
  • Loading branch information
dgarros authored Oct 31, 2016
2 parents 4883ffb + e8e9ea8 commit 90657ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pb.save.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

- name: Getting config from device ... please wait
junos_get_config:
host: "{{ junos_host }}"
host: "{{ ansible_ssh_host }}"
port: "{{ netconf_port }}"
user: "{{ ansible_ssh_user }}"
passwd: "{{ ansible_ssh_pass }}"
Expand Down

0 comments on commit 90657ad

Please sign in to comment.