Skip to content

Commit 26ef328

Browse files
committed
Update role name
1 parent 31c8ca4 commit 26ef328

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ If you want to use wayland instead of xorg, think about using [sway](https://swa
1111

1212
### Get it directly from Ansible Galaxy
1313
```bash
14-
$ ansible-galaxy install l3d.i3wm
14+
$ ansible-galaxy install roles-ansible.i3wm
1515
```
1616

1717
Role Variables
@@ -26,7 +26,7 @@ For a good overview about possible variables, please have a look into ``defaults
2626
vars_files:
2727
- vars/main.yml
2828
roles:
29-
- {role: l3d.i3wm, tags[i3, i3wm]}
29+
- {role: roles-ansible.i3wm, tags[i3, i3wm]}
3030
```
3131
*`vars/main.yml`*
3232

tasks/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
owner: "{{ i3wm_usr.user }}"
2727
group: "{{ i3wm_usr.user }}"
2828
loop:
29-
- { src: 'files/background.png', dest: "{{ i3wm_usr.home }}/.config/background.png" }
30-
- { src: 'files/lockscreen.png', dest: '{{ i3wm_usr.home }}/.config/lockscreen.png' }
29+
- {src: 'files/background.png', dest: "{{ i3wm_usr.home }}/.config/background.png"}
30+
- {src: 'files/lockscreen.png', dest: '{{ i3wm_usr.home }}/.config/lockscreen.png'}
3131
when: i3wm_copy_wallpapers | bool
3232

3333
- name: Copy and validate i3wm config file

0 commit comments

Comments
 (0)