From 81bb600d83d67411b5807a1cda28489fb8ef3743 Mon Sep 17 00:00:00 2001 From: Patrick Toal Date: Tue, 1 Oct 2019 11:23:39 -0400 Subject: [PATCH] Update bootstrap and reset_port --- bootstrap.yml | 6 +++++- reset_port.yml | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/bootstrap.yml b/bootstrap.yml index 0f5ff62..e61d79f 100644 --- a/bootstrap.yml +++ b/bootstrap.yml @@ -12,4 +12,8 @@ hosts: all become: yes roles: - - role: toal-common \ No newline at end of file + - role: toal-common + +- name: Show a message + debug: + msg: "Hi!" \ No newline at end of file diff --git a/reset_port.yml b/reset_port.yml index dae3871..e4a5874 100644 --- a/reset_port.yml +++ b/reset_port.yml @@ -23,3 +23,5 @@ ios_interface: name: "{{ switch_port }}" enabled: True + delay: 20 +