summaryrefslogtreecommitdiff
path: root/network/eos/eos_eapi.py
diff options
context:
space:
mode:
Diffstat (limited to 'network/eos/eos_eapi.py')
-rw-r--r--network/eos/eos_eapi.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/network/eos/eos_eapi.py b/network/eos/eos_eapi.py
index 8087a8d0..96ad4ee5 100644
--- a/network/eos/eos_eapi.py
+++ b/network/eos/eos_eapi.py
@@ -148,7 +148,7 @@ vars:
- name: Enable eAPI access with default configuration
eos_eapi:
state: started
- provider: {{ cli }}
+ provider: "{{ cli }}"
- name: Enable eAPI with no HTTP, HTTPS at port 9443, local HTTP at port 80, and socket enabled
eos_eapi:
@@ -158,12 +158,12 @@ vars:
local_http: yes
local_http_port: 80
socket: yes
- provider: {{ cli }}
+ provider: "{{ cli }}"
- name: Shutdown eAPI access
eos_eapi:
state: stopped
- provider: {{ cli }}
+ provider: "{{ cli }}"
"""
RETURN = """