a9d8a71a92106a0b47ed0fea337d09e5c4d98c37
Ansible's `user` module *requires* that the `usermod` command be present, even if it would not actually create or modify the specified user. It does not actually execute it unless it needs to, so we can stub it out. Making it a symlink to `false` ensures that it will never do anything, and will fail if its actually run.
Description
No description provided
Languages
Makefile
60.3%
Shell
39.7%