Pembuatan fungsi awal

This commit is contained in:
Ronggo Radityo
2018-09-25 19:36:07 +07:00
parent 99bb83450f
commit a9be3299fe
3 changed files with 29 additions and 41 deletions

View File

@@ -1,2 +1,8 @@
---
# tasks file for roles/aptsrc
# tasks file for roles/aptsrc
- name: Change apt/source.list to repo Indonesia Kartolo
template:
src: templates/etc/apt/sources.list.j2
dest: /etc/apt/sources.list
mode: 0644
when: ansible_os_family == 'Debian'