dell / ansible-vxrail

Apache License 2.0
23 stars 8 forks source link

added FQCNs to docs/samples/ #27

Closed rzfeeser closed 2 months ago

rzfeeser commented 3 months ago

all of the example playbooks found within docs/samples/ were lacking the Fully Qualified Collection Name (FQCN). At this time Ansible suggests using an FQCN with every module as part of best practice. Furthermore, if it is not found on the module itself or under a "collections" heading, the task cannot be found and the playbook will fail.