Hallo to all,

at first I have to commit that I'm a totally beginner - regarding Ansible.
And due to this I have a question:
I have a setup with an Ansible-controller and a ssh-connection to a 
Arista-Switch.
The Arista switch you can configure with specail eos-commands, i.e. 
arista.eos.eos_logging - but also with global commands: 

here the official example: 
- name: configure top level settings 
  arista.eos.eos_config: 
     lines: hostname {{ inventory_hostname }} 

If I try exactly this command above it works.

But if I change the command like this:
- name: configure top level settings 
  arista.eos.eos_config: 
     lines: logging trap informational

--> it doesn't work.
I don't get an error message but I don't see the command in my 
configuration-file.

Has anyone an idea what is going wrong?

Best regards and thanks for the help.

Stefan

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/d9262eb8-1332-4b67-9f1f-020c044920edn%40googlegroups.com.

Reply via email to