Skip to content

Commit

Permalink
Fix cklein.wallpapers; create folder
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiklein committed Oct 23, 2024
1 parent 2fce0d1 commit 7ea1d10
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions roles/cklein.wallpapers/tasks/main.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
---
- name: Create wallpapers folder
ansible.builtin.file:
name: ~/Pictures/Wallpapers
state: directory
mode: '0755'

- name: Copy wallpapers
ansible.posix.synchronize:
src: .
Expand Down

0 comments on commit 7ea1d10

Please sign in to comment.