1
0
Fork 0

Use focal as distro for ansible PPA repo

This commit is contained in:
saibotk 2022-01-02 23:17:52 +01:00
parent 6ec5fc235c
commit 9bc02f58b8
Signed by: saibotk
GPG key ID: 67585F0065E261D5

View file

@ -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 \