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
parent
fa3b59143b
commit
a9d8a71a92
|
@ -0,0 +1 @@
|
|||
false
|
Loading…
Reference in New Issue