Skip to content
Snippets Groups Projects
Verified Commit 51d8352b authored by David Mehren's avatar David Mehren
Browse files

Ensure python3-debian is installed

parent 932901ca
No related branches found
No related tags found
No related merge requests found
Pipeline #221980 failed
--- ---
- name: Ensure apt-transport-https & ca-certificates is installed - name: Install dependencies
ansible.builtin.apt: ansible.builtin.apt:
name: "{{ item }}" name: "{{ item }}"
state: present state: present
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
with_items: with_items:
- apt-transport-https - apt-transport-https
- ca-certificates - ca-certificates
- python3-debian
- name: Add Gitlab Runner repo - name: Add Gitlab Runner repo
ansible.builtin.deb822_repository: ansible.builtin.deb822_repository:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment