Commit a50a608f authored by nanahira's avatar nanahira

move sysctl to after upgrade

parent 3862db8a
......@@ -5,10 +5,11 @@
with_items:
- utility
- sshd_config
- sysctl
- name: upgrade
include_tasks: 'upgrade.yml'
when: "upgrade"
- name: sysctl
include_tasks: 'sysctl.yml'
- name: apt
include_tasks: apt.yml
when: "ansible_os_family == 'Debian'"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment