Files
a13labs.infra/ansible/roles/encryption/molecule/default/prepare.yml
T

11 lines
272 B
YAML
Raw Normal View History

2024-09-29 16:11:31 +02:00
---
- name: Prepare
hosts: all
gather_facts: false
tasks:
- name: Update cache # noqa no-changed-when
ansible.builtin.raw: apt update
- name: Install required packages # noqa no-changed-when
ansible.builtin.raw: apt install -y python3 sudo cron