mirror of
https://github.com/roles-ansible/ansible_role_weechat.git
synced 2024-08-16 13:09:48 +02:00
fix typo
This commit is contained in:
parent
897358245c
commit
d255a2e3a9
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
||||||
ssh_opts: "-i {{ weechat__home_directory }}/.ssh/id_ed25519"
|
ssh_opts: "-i {{ weechat__home_directory }}/.ssh/id_ed25519"
|
||||||
when: not weechat__custom_private_repo | bool
|
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
|
become: true
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "{{ weechat__home_directory }}/.weechat"
|
path: "{{ weechat__home_directory }}/.weechat"
|
||||||
|
|
Loading…
Reference in a new issue