Update
This commit is contained in:
parent
94305b2e76
commit
814fc14e59
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
- name: install cluster stuff
|
- name: install cluster stuff
|
||||||
hosts: all
|
hosts: all
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
|
@ -58,5 +58,8 @@
|
||||||
dest: /etc/systemd/system/default.target
|
dest: /etc/systemd/system/default.target
|
||||||
state: link
|
state: link
|
||||||
|
|
||||||
- name: disable tracker
|
- name: disable tracker
|
||||||
shell: 'for f in /etc/xdg/autostart/tracker*.desktop; do echo "Hidden=true" | tee -a "$f"; done'
|
shell: 'for f in /etc/xdg/autostart/tracker*.desktop; do echo "Hidden=true" | tee -a "$f"; done'
|
||||||
|
|
||||||
|
- name: set cluster crontab
|
||||||
|
include_tasks: yaml_sub/set_cluster_crontab.yaml
|
||||||
|
|
Loading…
Reference in a new issue