1
0
Fork 0
fossasia-video/ansible/roles/recorder/tasks/custom_networking.yml

8 lines
171 B
YAML

---
- name: write custom-networking.conf to sysctl.d
template:
src: "sysctl-custom-networking.conf"
dest: "/etc/sysctl.d/custom-networking.conf"
become: yes