diff --git a/test.ansible.yml b/test.ansible.yml index 6e3034c..d9f1da6 100644 --- a/test.ansible.yml +++ b/test.ansible.yml @@ -20,7 +20,9 @@ update_cache: yes - name: Add Docker's official GPG key - command: curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - + apt_key: + url: https://download.docker.com/linux/ubuntu/gpg + state: present - name: Add Docker's APT repository apt_repository: