Page MenuHomeVyOS Platform

user_module fails to recognize values when using aggregate
Open, NormalPublicBUG

Description

From https://github.com/vyos/vyos.vyos/pull/445:

- vyos_user:
    aggregate:
      - name: user1
        configured_password: "password"
      - name: user2
        configured_password: "password"
`

would fail with:

"msg": "Task failed: cannot access local variable 'value' where it is not associated with a value"

Should recognize the parameters inside of the aggregate.

Details

Version
6.0.0
Is it a breaking change?
Perfectly compatible
Issue type
Bug (incorrect behavior)