fix: Remove unsupported 'create' parameter from copy task
This commit is contained in:
@@ -132,7 +132,6 @@
|
|||||||
copy:
|
copy:
|
||||||
dest: "{{ home_dir }}/.config/tig/config"
|
dest: "{{ home_dir }}/.config/tig/config"
|
||||||
content: "set history-file = {{ home_dir }}/.local/share/tig/history"
|
content: "set history-file = {{ home_dir }}/.local/share/tig/history"
|
||||||
create: yes
|
|
||||||
mode: '0644'
|
mode: '0644'
|
||||||
|
|
||||||
- name: Final instructions
|
- name: Final instructions
|
||||||
|
|||||||
Reference in New Issue
Block a user