diff options
| author | admin | 2023-12-19 01:24:39 +0100 |
|---|---|---|
| committer | admin | 2023-12-19 01:24:39 +0100 |
| commit | 963e76aa55e4c5aec79d43dd6784c3aaf722d8bf (patch) | |
| tree | 4409b054529f4b0fe96a0aa7b5e30dece460db0d /roles/common-linux/tasks/ntp.yml | |
| parent | e8a075fdafefc288909a5a1c1677e56138cf0f1f (diff) | |
| download | ansible-963e76aa55e4c5aec79d43dd6784c3aaf722d8bf.tar.gz | |
removes ntp, installs rsync
Diffstat (limited to 'roles/common-linux/tasks/ntp.yml')
| -rw-r--r-- | roles/common-linux/tasks/ntp.yml | 10 |
1 files changed, 0 insertions, 10 deletions
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 |
