Add a note about lack of python-apt package

This commit is contained in:
Adam Goldsmith 2022-06-27 23:12:42 -04:00
parent 9bbb0d8eaf
commit 3e9a5e26a3

View File

@ -13,6 +13,7 @@
content: | content: |
deb https://rpetri.ch/repo/ ./ deb https://rpetri.ch/repo/ ./
dest: /etc/apt/sources.list.d/rpetrich.list dest: /etc/apt/sources.list.d/rpetrich.list
# Can't use apt module because `python-apt` package doesn't exist
- name: Update apt sources - name: Update apt sources
command: apt-get update command: apt-get update
- name: Install packages - name: Install packages