forked from infra/ansible
Fix Tpyos and errata
Signed-off-by: Michael Winters <fedora@mwinters.net>
This commit is contained in:
parent
92e35f4f25
commit
2db3130404
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
ansible.builtin.package:
|
||||
state: present
|
||||
name:
|
||||
- moreutls # provides `chronic` for use with cron emails
|
||||
- moreutils # provides `chronic` for use with cron emails
|
||||
when: inventory_hostname.startswith('db-datanommer02.rdu3')
|
||||
tags:
|
||||
- datanommer
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
|
||||
- name: Copy file-retention-iso-date script
|
||||
ansible.builtin.copy: src=scripts/file-retention-iso-date dest=/usr/local/bin/file-retention-iso-date mode=0755
|
||||
ansible.builtin.copy: src="{{ files }}/scripts/file-retention-iso-date" dest=/usr/local/bin/file-retention-iso-date mode=0755
|
||||
tags:
|
||||
- datanommer
|
||||
- postgresql
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue