Skip to content
Snippets Groups Projects
Commit 55b73d76 authored by root's avatar root
Browse files

Need to set both facts here.

parent 510015b1
No related branches found
No related tags found
No related merge requests found
...@@ -38,8 +38,10 @@ ...@@ -38,8 +38,10 @@
- set_fact: - set_fact:
am_first: true am_first: true
am_second: false
when: shell_first_ip is succeeded and shell_second_ip is failed when: shell_first_ip is succeeded and shell_second_ip is failed
- set_fact: - set_fact:
am_first: false
am_second: true am_second: true
when: shell_second_ip is succeeded and shell_first_ip is failed when: shell_second_ip is succeeded and shell_first_ip is failed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment