Replaces many references to command: with ansible.builtin.command Signed-off-by: Ryan Lerch <rlerch@redhat.com>
9 lines
156 B
YAML
9 lines
156 B
YAML
---
|
|
- name: Push dns changes out
|
|
hosts: dns
|
|
user: root
|
|
|
|
tasks:
|
|
|
|
- name: Push dns changes out
|
|
ansible.builtin.command: /usr/local/bin/update-dns
|