diff --git a/roles/reboot-all-adc/tasks/main.yml b/roles/reboot-all-adc/tasks/main.yml index 5ab9492..ce091a1 100644 --- a/roles/reboot-all-adc/tasks/main.yml +++ b/roles/reboot-all-adc/tasks/main.yml @@ -3,7 +3,7 @@ ignore_errors: true with_items: - ssh 192.168.100.1 reboot - - ssh 192.168.100.1 reboot - - ssh 192.168.100.1 reboot - - ssh 192.168.100.1 reboot + - ssh 192.168.100.2 reboot + - ssh 192.168.100.3 reboot + - ssh 192.168.100.4 reboot - reboot