Fix task name
This commit is contained in:
parent
7a5424ee92
commit
0511936965
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
|||
ansible.builtin.copy:
|
||||
src: mc.ini
|
||||
dest: "{{ ansible_env.XDG_CONFIG_HOME }}/mc/ini"
|
||||
- name: Create $XDG_CONFIG_HOME/mc/panels.ini
|
||||
- name: Remove $XDG_CONFIG_HOME/mc/panels.ini
|
||||
ansible.builtin.file:
|
||||
path: "{{ ansible_env.XDG_CONFIG_HOME }}/mc/panels.ini"
|
||||
state: absent
|
||||
|
|
Loading…
Reference in a new issue