Make ansible-lint happy
This commit is contained in:
parent
1ef6921640
commit
34ee1e126f
@ -37,12 +37,14 @@
|
|||||||
file:
|
file:
|
||||||
path: '{{ home }}/tmp/dotfiles_backup'
|
path: '{{ home }}/tmp/dotfiles_backup'
|
||||||
state: directory
|
state: directory
|
||||||
|
mode: 0700
|
||||||
|
|
||||||
- name: Backup stuff
|
- name: Backup stuff
|
||||||
copy:
|
copy:
|
||||||
src: '{{ item }}'
|
src: '{{ item }}'
|
||||||
dest: '{{ home }}/tmp/dotfiles_backup'
|
dest: '{{ home }}/tmp/dotfiles_backup'
|
||||||
remote_src: True # copy the folder from the host instead of ansible
|
remote_src: True # copy the folder from the host instead of ansible
|
||||||
|
mode: 0600
|
||||||
ignore_errors: yes
|
ignore_errors: yes
|
||||||
loop:
|
loop:
|
||||||
# dirs (without trailing '/' copies the whole dir)
|
# dirs (without trailing '/' copies the whole dir)
|
||||||
@ -61,6 +63,7 @@
|
|||||||
file:
|
file:
|
||||||
path: '{{ item }}'
|
path: '{{ item }}'
|
||||||
state: directory
|
state: directory
|
||||||
|
mode: 0700
|
||||||
loop:
|
loop:
|
||||||
- '{{ home }}/.config/i3/'
|
- '{{ home }}/.config/i3/'
|
||||||
- '{{ home }}/.config/i3status/'
|
- '{{ home }}/.config/i3status/'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user