From 814fc14e5973fa8674b011bbe4c5db8360d49d70 Mon Sep 17 00:00:00 2001 From: David Rotermund Date: Sat, 20 Apr 2024 02:28:09 +0200 Subject: [PATCH] Update --- install_cluster_node.yaml | 7 +++++-- mount_points.yaml => update_mount_points.yaml | 0 2 files changed, 5 insertions(+), 2 deletions(-) rename mount_points.yaml => update_mount_points.yaml (100%) diff --git a/install_cluster_node.yaml b/install_cluster_node.yaml index 47d5058..0c79d18 100644 --- a/install_cluster_node.yaml +++ b/install_cluster_node.yaml @@ -1,5 +1,5 @@ --- -- name: install cluster stuff +- name: install cluster stuff hosts: all become: true @@ -58,5 +58,8 @@ dest: /etc/systemd/system/default.target 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' + + - name: set cluster crontab + include_tasks: yaml_sub/set_cluster_crontab.yaml diff --git a/mount_points.yaml b/update_mount_points.yaml similarity index 100% rename from mount_points.yaml rename to update_mount_points.yaml