diff options
author | Matt Clay <matt@mystile.com> | 2023-02-02 21:55:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-02 21:55:27 +0100 |
commit | d637e87a9e462b513c5732bd85ba137d03616b36 (patch) | |
tree | 789e0429d6f29719aab48b9040cf4d931aef7658 /changelogs | |
parent | Use arg validation in debug action (#79866) (diff) | |
download | ansible-d637e87a9e462b513c5732bd85ba137d03616b36.tar.xz ansible-d637e87a9e462b513c5732bd85ba137d03616b36.zip |
user - Remove invalid return docs (#79891)
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/user-module-return-docs.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/user-module-return-docs.yml b/changelogs/fragments/user-module-return-docs.yml new file mode 100644 index 0000000000..9de0b2b32f --- /dev/null +++ b/changelogs/fragments/user-module-return-docs.yml @@ -0,0 +1,3 @@ +bugfixes: + - user module - Removed ``password_expire_max`` from the return docs, as it is not returned. + - user module - Removed ``password_expire_min`` from the return docs, as it is not returned. |