mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 21:41:53 +08:00
Replaces many references to 'copy' with ansible.builtin.copy Signed-off-by: Ryan Lerch <rlerch@redhat.com>
12 lines
307 B
YAML
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
|