Add fake usermod command

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.
pull/2/head
Dustin 2022-06-23 15:52:12 -05:00
parent fa3b59143b
commit a9d8a71a92
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
false