Skip to content

Commit

Permalink
Update test.ansible.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
noatgnu committed Oct 27, 2024
1 parent 94df9f7 commit e18c512
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test.ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e18c512

Please sign in to comment.