Compare commits
No commits in common. "94b379c71772b3490929586cad787fbae8bda6e2" and "f42d4c469bbdaef6b610bbf089f635d21ab04fa1" have entirely different histories.
94b379c717
...
f42d4c469b
@ -75,10 +75,4 @@
|
|||||||
;; Delete trailing whitespace before save
|
;; Delete trailing whitespace before save
|
||||||
(add-hook 'before-save-hook 'delete-trailing-whitespace)
|
(add-hook 'before-save-hook 'delete-trailing-whitespace)
|
||||||
|
|
||||||
;; If the underlying file changes, reload it automatically. This is useful for moving around in git without confusing language servers.
|
|
||||||
(setopt auto-revert-avoid-polling t)
|
|
||||||
(setopt auto-revert-interval 5)
|
|
||||||
(setopt auto-revert-check-vc-info t)
|
|
||||||
(global-auto-revert-mode)
|
|
||||||
|
|
||||||
(provide 'base)
|
(provide 'base)
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
mode: 0644
|
mode: 0644
|
||||||
loop:
|
loop:
|
||||||
- /etc/pacman.d/conf.d/blank.conf
|
- /etc/pacman.d/conf.d/blank.conf
|
||||||
when: "file_exists | community.general.json_query(sub_query) | first | default(False) == False"
|
when: "{{ file_exists | community.general.json_query(sub_query) | first | default(False) }} == False"
|
||||||
vars:
|
vars:
|
||||||
sub_query: "results[?stat.path=='{{ item }}'].stat.exists"
|
sub_query: "results[?stat.path=='{{ item }}'].stat.exists"
|
||||||
|
|
||||||
@ -52,7 +52,7 @@
|
|||||||
group: root
|
group: root
|
||||||
loop:
|
loop:
|
||||||
- freeze_firefox.conf
|
- freeze_firefox.conf
|
||||||
|
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
package:
|
package:
|
||||||
name:
|
name:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user