From 963e76aa55e4c5aec79d43dd6784c3aaf722d8bf Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 19 Dec 2023 01:24:39 +0100 Subject: removes ntp, installs rsync --- roles/common-linux/tasks/main.yml | 3 --- roles/common-linux/tasks/ntp.yml | 10 ---------- 2 files changed, 13 deletions(-) delete mode 100644 roles/common-linux/tasks/ntp.yml (limited to 'roles/common-linux/tasks') diff --git a/roles/common-linux/tasks/main.yml b/roles/common-linux/tasks/main.yml index 35d9fde..5813a63 100644 --- a/roles/common-linux/tasks/main.yml +++ b/roles/common-linux/tasks/main.yml @@ -1,4 +1,3 @@ - - name: set hostname hostname: name: '{{ inventory_hostname }}' @@ -20,8 +19,6 @@ - import_tasks: git.yml -- import_tasks: ntp.yml - - name: mkdir ~/code file: path: /home/horus/code diff --git a/roles/common-linux/tasks/ntp.yml b/roles/common-linux/tasks/ntp.yml deleted file mode 100644 index 603b456..0000000 --- a/roles/common-linux/tasks/ntp.yml +++ /dev/null @@ -1,10 +0,0 @@ -- name: install ntp - apt: - name: - - 'ntp' - -- name: ntp.conf - copy: - src: ntp.conf - dest: /etc/ntp.conf - notify: restart ntpd -- cgit v1.2.3