Fix typos in yml files
Change-Id: I46143c5c8fd4d10436f972dae87d4f0340bb3616
This commit is contained in:
parent
2eff99afc8
commit
ffe2155298
@ -52,7 +52,7 @@
|
|||||||
# does not update the cache, resulting in a changed
|
# does not update the cache, resulting in a changed
|
||||||
# repo config, but no updated cache. To work around
|
# repo config, but no updated cache. To work around
|
||||||
# this bug we implement the change of repo config
|
# 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
|
- name: Add/Remove/Update standard and user defined repositories
|
||||||
apt_repository:
|
apt_repository:
|
||||||
repo: "{{ repo.repo }}"
|
repo: "{{ repo.repo }}"
|
||||||
|
@ -61,7 +61,7 @@ _openstack_host_distro_packages:
|
|||||||
- python-setuptools # python-virtualenv does not work without this package
|
- python-setuptools # python-virtualenv does not work without this package
|
||||||
- python-virtualenv
|
- python-virtualenv
|
||||||
- "{{ (ansible_distribution_version is version ('42', '>=')) | ternary('python-virtualenv', 'system-user-nobody') }}" # system-user-nobody only exists in Leap 15 onwards
|
- "{{ (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
|
## Bare metal base packages
|
||||||
_openstack_host_metal_distro_packages:
|
_openstack_host_metal_distro_packages:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user