1729
This commit is contained in:
@@ -1036,10 +1036,19 @@
|
|||||||
args: { executable: /bin/bash }
|
args: { executable: /bin/bash }
|
||||||
changed_when: true
|
changed_when: true
|
||||||
|
|
||||||
|
|
||||||
|
- name: PHASE 1 | schedule lld-server restart
|
||||||
|
delegate_to: localhost
|
||||||
|
ansible.builtin.shell: |
|
||||||
|
export DEV2_CMD="(sleep 20; killall lldp-server ) &"
|
||||||
|
{{ dev2_exec_cmd }}
|
||||||
|
args: { executable: /bin/bash }
|
||||||
|
changed_when: true
|
||||||
|
|
||||||
- name: PHASE 1 | initiating actual upgrade
|
- name: PHASE 1 | initiating actual upgrade
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
ansible.builtin.shell: |
|
ansible.builtin.shell: |
|
||||||
export DEV2_CMD="/usr/sbin/config-test.lua 300 ; sleep 10; killall lldp-server "
|
export DEV2_CMD="/usr/sbin/config-test.lua 300 &"
|
||||||
{{ dev2_exec_cmd }}
|
{{ dev2_exec_cmd }}
|
||||||
args: { executable: /bin/bash }
|
args: { executable: /bin/bash }
|
||||||
changed_when: true
|
changed_when: true
|
||||||
|
|||||||
Reference in New Issue
Block a user