Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/wcf/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
paloalto网络的Ansible输出有错误_Ansible_Ansible 2.x - Fatal编程技术网

paloalto网络的Ansible输出有错误

paloalto网络的Ansible输出有错误,ansible,ansible-2.x,Ansible,Ansible 2.x,我发现show deviceconfig system | match“system login banner”命令出错,但在用于Paloaltonnetwork设备的ansible中,'show interfaces all'命令的输出成功 - name: show deviceconfig system panos_op: ip_address: '{{ ip_address }}' username: '{{ username }}' password: '{{

我发现
show deviceconfig system | match“system login banner”
命令出错,但在用于Paloaltonnetwork设备的ansible中,
'show interfaces all'
命令的输出成功

- name: show deviceconfig system
  panos_op:
    ip_address: '{{ ip_address }}'
    username: '{{ username }}'
    password: '{{ password }}'
    cmd: 'show deviceconfig system | match "system login-banner"'
错误:

Failed to run command : \"show deviceconfig system | match "system login-banner"\" :URLError:  code: 400 reason: Illegal parameter [request]"