mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
Bump EOS EAPI set hostname timeout param (#26810)
For some reason, it's taking longer as usual in CI, bumping it makes the tests to pass on my manual testing.
This commit is contained in:
parent
76158db10c
commit
9d95ea0832
1 changed files with 4 additions and 0 deletions
|
@ -5,11 +5,13 @@
|
||||||
eos_config:
|
eos_config:
|
||||||
lines: hostname switch
|
lines: hostname switch
|
||||||
match: none
|
match: none
|
||||||
|
timeout: 30
|
||||||
provider: "{{ eapi }}"
|
provider: "{{ eapi }}"
|
||||||
|
|
||||||
- name: configure hostname
|
- name: configure hostname
|
||||||
eos_system:
|
eos_system:
|
||||||
hostname: foo
|
hostname: foo
|
||||||
|
timeout: 30
|
||||||
provider: "{{ eapi }}"
|
provider: "{{ eapi }}"
|
||||||
register: result
|
register: result
|
||||||
|
|
||||||
|
@ -20,6 +22,7 @@
|
||||||
- name: verify hostname
|
- name: verify hostname
|
||||||
eos_system:
|
eos_system:
|
||||||
hostname: foo
|
hostname: foo
|
||||||
|
timeout: 30
|
||||||
provider: "{{ eapi }}"
|
provider: "{{ eapi }}"
|
||||||
register: result
|
register: result
|
||||||
|
|
||||||
|
@ -31,6 +34,7 @@
|
||||||
eos_config:
|
eos_config:
|
||||||
lines: "hostname {{ inventory_hostname }}"
|
lines: "hostname {{ inventory_hostname }}"
|
||||||
match: none
|
match: none
|
||||||
|
timeout: 30
|
||||||
provider: "{{ eapi }}"
|
provider: "{{ eapi }}"
|
||||||
|
|
||||||
- debug: msg="END eapi/set_hostname.yaml"
|
- debug: msg="END eapi/set_hostname.yaml"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue