1
0
Fork 0
forked from infra/ansible

Add tar to datanommer

Signed-off-by: Michael Winters <fedora@mwinters.net>
This commit is contained in:
Michael Winters 2026-04-06 11:06:14 -05:00
commit 869ea27150

View file

@ -1,9 +1,10 @@
---
- name: Install moreutils
- name: Install packages for daily export
ansible.builtin.package:
state: present
name:
- moreutils # provides `chronic` for use with cron emails
- tar
when: inventory_hostname.startswith('db-datanommer02.rdu3')
tags:
- datanommer