diff --git a/tasks/openstack_hosts_configure_apt.yml b/tasks/openstack_hosts_configure_apt.yml index 5aa3ed53..92d7add3 100644 --- a/tasks/openstack_hosts_configure_apt.yml +++ b/tasks/openstack_hosts_configure_apt.yml @@ -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 }}" diff --git a/vars/suse.yml b/vars/suse.yml index 45b8e684..d4a8339d 100644 --- a/vars/suse.yml +++ b/vars/suse.yml @@ -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: