Skip to content
Snippets Groups Projects
Commit c8fc3b46 authored by Lars Beckers's avatar Lars Beckers
Browse files

debian-updates: add installation of dependencies

parent 8126504a
No related branches found
No related tags found
No related merge requests found
---
# file: supplemental/debian-updates/tasks/main.yml
- name: ensure any dependencies are available
apt:
name: python3
state: installed
tags:
- debian-updates
- name: ensure the deploy key is available
copy:
src: "{{ debupdates_deploy_key }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment