mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
10 lines
185 B
YAML
10 lines
185 B
YAML
#cloud-config
|
|
|
|
write_files:
|
|
- path: /etc/cron.daily/security-updates
|
|
permissions: '0755'
|
|
content: |
|
|
#!/bin/bash
|
|
dnf -y upgrade --security --nobest
|
|
defer: true
|