From 3e1ab8c30724f52df2d40fdb1c32a03eddb323eb Mon Sep 17 00:00:00 2001 From: ShangXiao Date: Tue, 19 Nov 2019 16:49:11 +0800 Subject: [PATCH] Fix a type in yml file Change-Id: Ia0c26a5c45f8f3ec4fce7459872da9d54fe8985e --- tasks/galera_client_install_apt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/galera_client_install_apt.yml b/tasks/galera_client_install_apt.yml index 2c24afc..6c01ec6 100644 --- a/tasks/galera_client_install_apt.yml +++ b/tasks/galera_client_install_apt.yml @@ -53,7 +53,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 galera repo apt_repository: repo: "{{ galera_client_repo }}"