Remove enable EAPI from prepare_eos_tests (#26910)

Enabling EAPI is not common on CLI *and* EAPI tests, therefore
enabling it should be put at the eapi.yaml task level.
This commit is contained in:
Ricardo Carrillo Cruz 2017-07-18 00:17:15 +02:00 committed by GitHub
commit 258d2058cd
10 changed files with 68 additions and 62 deletions

View file

@ -10,9 +10,9 @@
- name: enable eapi
eos_eapi:
enable_http: yes
enable_https: yes
enable_local_http: yes
http: yes
https: yes
local_http: no
enable_socket: yes
provider: "{{ cli }}"
@ -24,8 +24,4 @@
- name: disable eapi
eos_eapi:
enable_http: no
enable_https: no
enable_local_http: no
enable_socket: no
provider: "{{ cli }}"
state: stopped