Skip to content
Snippets Groups Projects
Commit ec9b929d authored by ngyimesi's avatar ngyimesi
Browse files

Magic packages

parent 28ef96c1
No related branches found
No related tags found
Loading
......@@ -2,5 +2,18 @@
- name: Install some useful stuff
apt:
name:
- mc
- systemd-timesyncd
- mc #norbey
- neovim #mike
state: present
- name: Config timesyncd
lineinfile:
path: /etc/systemd/timesyncd.conf
line: NTP=152.66.208.241
- name: Enable and restart timesyncd
systemd:
name: systemd-timesyncd
state: restarted
enabled: yes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment