diff --git a/lib/ansible/modules/network/nxos/nxos_logging.py b/lib/ansible/modules/network/nxos/nxos_logging.py index b56c4e2e9b1..1c805c45fd7 100644 --- a/lib/ansible/modules/network/nxos/nxos_logging.py +++ b/lib/ansible/modules/network/nxos/nxos_logging.py @@ -91,6 +91,14 @@ EXAMPLES = """ facility: daemon facility_level: 0 state: absent + +- name: Configure logging using aggregate + nxos_logging: + aggregate: + - { dest: console, dest_level: 2 } + - { dest: logfile, dest_level: 2, name: testfile } + - { facility: daemon, facility_level: 0 } + state: present """ RETURN = """