You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
356 B

- name: update grub
shell: update-grub
- name: restart ssh
service:
name: ssh
state: restarted
- name: sysctl
shell: sysctl -p
- name: locale gen
shell: locale-gen
- name: update locale
shell: update-locale
- name: restart cron
service:
name: cron
state: restarted
when: ansible_os_family == 'Debian'