redhat-nfvpe / ansible-role-vm-spinup

Sets up a virtualization host and spins up libvirt VMs for labs
Apache License 2.0
3 stars 7 forks source link

Readability improvements #27

Closed leifmadsen closed 6 years ago

leifmadsen commented 6 years ago

Add some readability improvements by changing from a comma separated list for the package Ansible module to a list method (without breaking the 'run once' method vs 'run for each package' method if you were using a 'with_items').