mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Replaces many references to command: with ansible.builtin.command Signed-off-by: Ryan Lerch <rlerch@redhat.com>
4 lines
104 B
YAML
4 lines
104 B
YAML
---
|
|
- name: Restart apache
|
|
ansible.builtin.command: /usr/local/bin/conditional-restart.sh httpd httpd
|