Fix typos
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
jeltz 2021-04-08 00:18:13 +02:00
parent 1290f4cb83
commit 9a36eafb2d

View file

@ -2,10 +2,10 @@
- name: Install apt-cacher-ng
apt:
name: apt-cacher-ng
status: present
state: present
register: apt_result
retries: 3
until: apt_result is succedded
until: apt_result is succeeded
- name: Deploy configuration for apt-cacher-ng
template:
@ -19,8 +19,8 @@
- name: Removes other distribution
file:
path: '/etc/apt-cacher-ng/{{ item }}'
state: removed
path: "/etc/apt-cacher-ng/{{ item }}"
state: absent
loop:
- backends_ubuntu.default
- backends_ubuntu