Files
fedora-infra_ansible/roles/fedora-messaging-utils/tasks/main.yml
Ryan Lerch 6a3816dfdc ansiblelint fixes-- fqcn[action-core] - copy to ansible.builtin.copy
Replaces many references to 'copy' with ansible.builtin.copy

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-15 10:43:31 +10:00

12 lines
307 B
YAML

---
- name: Install messaging script for our improvized tracing
ansible.builtin.copy: src=simple_message_to_bus dest=/usr/local/bin/ mode=0755
tags:
- fedora-messaging
- name: Ensure PATH in crontab contains /usr/local/bin
import_tasks: crontab_path.yml
tags:
- fedora-messaging
- cron