chore: add glance images (#809)

diff --git a/Earthfile b/Earthfile
index 01e536c..b08c82a 100644
--- a/Earthfile
+++ b/Earthfile
@@ -41,7 +41,7 @@
 image:
   FROM ./images/base+image
   ENV ANSIBLE_PIPELINING=True
-  DO ./images+APT_INSTALL --packages "rsync openssh-client"
+  DO ./images+APT_INSTALL --PACKAGES "rsync openssh-client"
   COPY +build.venv.runtime/venv /venv
   ENV PATH=/venv/bin:$PATH
   COPY +build.collections/ /usr/share/ansible