mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
changed collection arg to argregate on 2.4 network modules (#26649)
* changed collection arg to argregate on 2.4 network modules * replace users with aggregate in eos_user, junos_user, nxos_user * added version_added to places where we replaced users with aggregate in the docs * fix ios_static_route test * update tests to reference aggregate instead of collection/users
This commit is contained in:
committed by
Peter Sprygada
parent
9d771f6eea
commit
8643e9cb34
@@ -86,7 +86,7 @@
|
||||
|
||||
- name: Add logging collections
|
||||
net_logging:
|
||||
collection:
|
||||
aggregate:
|
||||
- { dest: file, name: test1, facility: all, level: info }
|
||||
- { dest: file, name: test2, facility: news, level: debug }
|
||||
state: present
|
||||
@@ -101,7 +101,7 @@
|
||||
|
||||
- name: Add and remove logging collections with overrides
|
||||
net_logging:
|
||||
collection:
|
||||
aggregate:
|
||||
- { dest: console, facility: all, level: info }
|
||||
- { dest: file, name: test1, facility: all, level: info, state: absent }
|
||||
- { dest: console, facility: daemon, level: warning }
|
||||
@@ -117,7 +117,7 @@
|
||||
|
||||
- name: Remove logging collections
|
||||
net_logging:
|
||||
collection:
|
||||
aggregate:
|
||||
- { dest: console, facility: all, level: info }
|
||||
- { dest: console, facility: daemon, level: warning }
|
||||
- { dest: file, name: test2, facility: news, level: debug }
|
||||
|
||||
Reference in New Issue
Block a user