Skip to content

Commit

Permalink
ci(default-lxd): fix dependencies step (11)
Browse files Browse the repository at this point in the history
  • Loading branch information
juju4 committed Sep 30, 2023
1 parent ce0cb36 commit 61f9207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default-lxd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ jobs:
sudo lxc exec $LXDGUEST -- pwd
sudo lxc exec $LXDGUEST -- ip address
sudo lxc exec $LXDGUEST -- ip route
sudo lxc exec $guest -- dhclient eth0
sudo lxc exec $guest -- ping -c 1 8.8.8.8
sudo lxc exec $LXDGUEST -- dhclient eth0
sudo lxc exec $LXDGUEST -- ping -c 1 8.8.8.8
[ "X${{ matrix.distribution }}" == "Xdebian" -o "X${{ matrix.distribution }}" == "Xubuntu" ] && sudo lxc exec $LXDGUEST -- apt-get update
[ "X${{ matrix.distribution }}" == "Xdebian" -o "X${{ matrix.distribution }}" == "Xubuntu" ] && sudo lxc exec $LXDGUEST -- apt-get install -y python3-pip
sudo lxc exec $LXDGUEST -- pip3 install ansible
Expand Down

0 comments on commit 61f9207

Please sign in to comment.