move files

This commit is contained in:
Ansible Servercow
2024-11-19 16:10:59 +01:00
parent 67c5aae913
commit 7d26d8f534
8 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
---
- name: Deploy Haveged to VMs
hosts: all
tasks:
- name: Install Haveged
apt:
name: haveged
state: present