Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update role name #27

Merged
merged 1 commit into from
Jul 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ If you want to use wayland instead of xorg, think about using [sway](https://swa

### Get it directly from Ansible Galaxy
```bash
$ ansible-galaxy install l3d.i3wm
$ ansible-galaxy install roles-ansible.i3wm
```

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

Expand Down
4 changes: 2 additions & 2 deletions tasks/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
owner: "{{ i3wm_usr.user }}"
group: "{{ i3wm_usr.user }}"
loop:
- { src: 'files/background.png', dest: "{{ i3wm_usr.home }}/.config/background.png" }
- { src: 'files/lockscreen.png', dest: '{{ i3wm_usr.home }}/.config/lockscreen.png' }
- {src: 'files/background.png', dest: "{{ i3wm_usr.home }}/.config/background.png"}
- {src: 'files/lockscreen.png', dest: '{{ i3wm_usr.home }}/.config/lockscreen.png'}
when: i3wm_copy_wallpapers | bool

- name: Copy and validate i3wm config file
Expand Down