users: Do not create users on domain members
The point of the `users.yml` playbook is to manage static users for machines that are not members of the AD domain. Since this playbook is included in `site.yml`, it gets applied to _all_ machines, even those that _are_ (or will become) domain members. Thus, we want to avoid actually doing anything on those machines.
This commit is contained in: