Skip to content

Commit

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

Expand Down

0 comments on commit 6836f6e

Please sign in to comment.