mirror of
https://github.com/saltstack-formulas/users-formula.git
synced 2026-03-20 16:25:58 +01:00
using `|json` would let the state get an error if gid is a string, as it would not be converted. Using directly the `None` yaml value, and letting numbers as string be converted by yaml parser.