diff --git a/tasks/setup-Debian.yml b/tasks/setup-Debian.yml index b10e93f..660c9d8 100644 --- a/tasks/setup-Debian.yml +++ b/tasks/setup-Debian.yml @@ -29,7 +29,7 @@ package: name=curl state=present when: add_repository_key is failed -- name: Remove gpg keys if they exist #otherwise GPG doesn't run if file already exists +- name: Remove gpg keys if they exist # otherwise GPG won't run if file already exists file: path: "{{ item }}" state: absent @@ -52,4 +52,4 @@ apt_repository: repo: "deb [arch={{ docker_apt_arch }}] signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] {{ docker_repo_url }} {{ ansible_distribution_release }} {{ docker_apt_release_channel }}" state: present - update_cache: true \ No newline at end of file + update_cache: true