Examples for converting Ansible data types
- Create vars of file names from the result of the find module, using map
- Create a list of absolute file names from the result of the find module, using loop
- Create a list of dicts from a list of absolute file names
- Create a list of file names from a list of directories and file names
- Create a list of all upper level directories from a directory string
- Create a space separated string of items from a list of file names
- Create a complex command string from a dict containing a list of strings