fix sytnax error

This commit is contained in:
Alexander Böhm 2021-03-17 23:28:10 +01:00
parent be46c0f96d
commit 88a69e72c3
1 changed files with 8 additions and 8 deletions

View File

@ -38,14 +38,14 @@
mode: u=rw,g=r,o=r
register: apt_cacher_config
- name:
copy:
content: |
http://archive.ubuntu.com/ubuntu/
dest: /etc/apt-cacher-ng/backends_ubuntu
owner: root
group: root
mode: u=rw,g=r,o=r
- name: set ubuntu server as backend
copy:
content: |
http://archive.ubuntu.com/ubuntu/
dest: /etc/apt-cacher-ng/backends_ubuntu
owner: root
group: root
mode: u=rw,g=r,o=r
- name: ensure service is started and enabled
service: