diff options
Diffstat (limited to 'test/integration/targets/vyos_user/tests/cli/basic.yaml')
-rw-r--r-- | test/integration/targets/vyos_user/tests/cli/basic.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/targets/vyos_user/tests/cli/basic.yaml b/test/integration/targets/vyos_user/tests/cli/basic.yaml index 3a4fcbbfb8..9e3df24994 100644 --- a/test/integration/targets/vyos_user/tests/cli/basic.yaml +++ b/test/integration/targets/vyos_user/tests/cli/basic.yaml @@ -15,7 +15,7 @@ - name: Collection of users (SetUp) vyos_user: - users: + aggregate: - name: ansibletest2 - name: ansibletest3 level: operator @@ -44,7 +44,7 @@ - name: Add collection of users (Idempotent) vyos_user: - users: + aggregate: - name: ansibletest2 - name: ansibletest3 level: operator |