Fix typos in yml files

Change-Id: I46143c5c8fd4d10436f972dae87d4f0340bb3616
This commit is contained in:
ShangXiao 2019-11-07 11:07:49 +08:00
parent 2eff99afc8
commit ffe2155298
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@
# does not update the cache, resulting in a changed
# repo config, but no updated cache. To work around
# this bug we implement the change of repo config
# and the cache update as two seperate tasks.
# and the cache update as two separate tasks.
- name: Add/Remove/Update standard and user defined repositories
apt_repository:
repo: "{{ repo.repo }}"

View File

@ -61,7 +61,7 @@ _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
- python3-systemd # this can be removed once the oslo.log package has a dependancy on python3-systemd
- python3-systemd # this can be removed once the oslo.log package has a dependency on python3-systemd
## Bare metal base packages
_openstack_host_metal_distro_packages: