From d255a2e3a9d82028c18f8a0d85f2c2ada7407d62 Mon Sep 17 00:00:00 2001 From: L3D Date: Thu, 12 Aug 2021 00:31:07 +0200 Subject: [PATCH] fix typo --- tasks/configure_custom_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/configure_custom_config.yml b/tasks/configure_custom_config.yml index d0f6693..ba3f5ed 100644 --- a/tasks/configure_custom_config.yml +++ b/tasks/configure_custom_config.yml @@ -58,7 +58,7 @@ ssh_opts: "-i {{ weechat__home_directory }}/.ssh/id_ed25519" when: not weechat__custom_private_repo | bool -- name: "change git repo ownwe to {{ weechat__user }}" +- name: "change git repo owner to {{ weechat__user }}" become: true ansible.builtin.file: path: "{{ weechat__home_directory }}/.weechat"