Use focal as distro for ansible PPA repo
This commit is contained in:
parent
6ec5fc235c
commit
9bc02f58b8
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ RUN true \
|
|||
RUN true \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y gpg \
|
||||
&& echo "deb http://ppa.launchpad.net/ansible/ansible/ubuntu trusty main" > /etc/apt/sources.list.d/ansible.repo \
|
||||
&& echo "deb http://ppa.launchpad.net/ansible/ansible/ubuntu focal main" > /etc/apt/sources.list.d/ansible.repo \
|
||||
&& apt-get update \
|
||||
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 93C4A3FD7BB9C367 \
|
||||
&& apt-get install -y gpg ansible python3-requests python3-influxdb python3-netaddr \
|
||||
|
|
Reference in a new issue