diff --git a/test/integration/targets/eos_user/tests/cli/basic.yaml b/test/integration/targets/eos_user/tests/cli/basic.yaml index 5d1c636a50b..a0d091deeea 100644 --- a/test/integration/targets/eos_user/tests/cli/basic.yaml +++ b/test/integration/targets/eos_user/tests/cli/basic.yaml @@ -21,14 +21,14 @@ - username: test2 authorize: yes state: present - role: network-admin + role: network-operator provider: "{{ cli }}" register: result - assert: that: - 'result.changed == true' - - 'result.commands == ["username test1 role network-admin", "username test2 role network-admin"]' + - 'result.commands == ["username test1 role network-operator", "username test2 role network-operator"]' - name: tearDown eos_user: