becoming
Some checks failed
Lint / Lint (3.10) (push) Failing after 15s
Lint / Lint (3.11) (push) Failing after 23s

This commit is contained in:
Ariejan de Vroom 2024-06-07 13:47:21 +02:00
parent ee1eadc65e
commit 65a129d4fb
Signed by: ariejan
GPG Key ID: AD739154F713697B

View File

@ -31,13 +31,13 @@
path: ~/.config/rbw
state: directory
mode: '0755'
become: true
become_user: "{{ user.name }}"
become: true
become_user: "{{ user.name }}"
- name: Copy rbw-config.json
ansible.builtin.copy:
src: rbw-config.json
dest: ~/.config/rbw/config.json
mode: '0644'
become: true
become_user: "{{ user.name }}"
become: true
become_user: "{{ user.name }}"