Somes corrections in tasks

This commit is contained in:
Yorick Barbanneau 2022-11-20 00:55:47 +01:00
parent ea4c167527
commit 1abe76573e

View file

@ -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: