ansible/test
Sam Doran 1e595493d9
User module - Check local database when local is specified in the task (#51088)
The output of pw.getpwnam() does not distinbuish between local and remote accounts. It will return a result if an account exists locally or in the directory. When local is set to True in the task parameters, look through the local password database explicitly.

* Ensure luseradd is present for tests
* Add docs and warnings about local mode
2019-03-14 22:16:53 -04:00
..
cache
env Add env command to ansible-test and run in CI. (#50176) 2018-12-20 22:08:57 -08:00
integration User module - Check local database when local is specified in the task (#51088) 2019-03-14 22:16:53 -04:00
legacy Integration test cleanup for cloudscale modules (#53629) 2019-03-12 17:53:49 +01:00
results
runner Handle binary files when scanning metadata in python 3 (#53773) 2019-03-14 10:00:30 +10:00
sanity cs_iso: fix missing param "is_public" (#53740) 2019-03-13 19:06:44 +01:00
units Move utility functions out of basic.py (#51715) 2019-03-14 21:29:55 -04:00
utils Fix ansible-test coverage stub memory usage. (#53652) 2019-03-11 15:14:09 -07:00