[PATCH v1 1/8] gen_nodes: Re-title the playbook
Chuck Lever <[email protected]>
| Newsgroups | dev.linux.lists.kdevops |
|---|---|
| Message-ID | <[email protected]> |
From: Chuck Lever <[email protected]> The gen_nodes playbook is used for both guestfs and terraform configurations. Seeing "libvirt XML" in the title while I was using a cloud provider was... startling. Signed-off-by: Chuck Lever <[email protected]> --- playbooks/gen_nodes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/gen_nodes.yml b/playbooks/gen_nodes.yml index 39a259f9a815..1e6c306340b7 100644 --- a/playbooks/gen_nodes.yml +++ b/playbooks/gen_nodes.yml @@ -1,5 +1,5 @@ --- -- name: Generate guests node configuration (libvirt domain XML) +- name: Generate target node configuration hosts: localhost roles: - role: gen_nodes -- 2.51.0