SUSE: Add system-user-nobody for Leap 15

The 'nobody' user and group is being used in several places so it's
best to make sure that it's present on every SUSE host instead of
creating it on demand.

Change-Id: Id42e514c3f961fa2dc68fdcad845597a74091b03
This commit is contained in:
Markos Chandras 2018-10-26 10:54:40 +01:00
parent edfb025341
commit 4da6e186c0
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ openstack_host_kernel_modules:
_openstack_host_distro_packages:
- python-setuptools # python-virtualenv does not work without this package
- python-virtualenv
- "{{ (ansible_distribution_version is version ('42', '>=')) | ternary('python-virtualenv', 'system-user-nobody') }}" # system-user-nobody only exists in Leap 15 onwards
## Bare metal base packages
_openstack_host_metal_distro_packages: