software-infrastructure/roles/nvidia.nvidia_driver/molecule/default/prepare.yml
2024-07-12 00:07:31 -04:00

11 lines
169 B
YAML

---
- hosts: ubuntu
become: yes
tasks:
- name: update apt cache and install gpg-agent
apt:
update_cache: yes
name: gpg-agent
state: present