Somes corrections in tasks
This commit is contained in:
parent
ea4c167527
commit
1abe76573e
1 changed files with 3 additions and 3 deletions
|
@ -5,9 +5,9 @@
|
||||||
state: present
|
state: present
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
- name: Create Sway config dirs
|
- name: Create Kanshi config dirs
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: '{{ ansible_user_dir ~ "/.config/sway/conf.d" }}'
|
path: '{{ ansible_user_dir ~ "/.config/kanshi" }}'
|
||||||
state: directory
|
state: directory
|
||||||
mode: 0750
|
mode: 0750
|
||||||
owner: '{{ ansible_user_uid }}'
|
owner: '{{ ansible_user_uid }}'
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
lstrip_blocks: yes
|
lstrip_blocks: yes
|
||||||
trim_blocks: yes
|
trim_blocks: yes
|
||||||
mode: 0640
|
mode: 0640
|
||||||
#any_errors_fatal: true
|
any_errors_fatal: true
|
||||||
|
|
||||||
- name: copy systemd service file {{ item }}
|
- name: copy systemd service file {{ item }}
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue