I’m using Ansible 2.0.0.2 to create multiple directories by passing path to directories in a file and reading the values from file. How can multiple values be passed in a single file? Please revert with the format in which values (i.e. path to directories) should be passed in the file.
Above is the ansible script I’m using to create directory, path to the new directory is given in the file ‘first_example_file’. How should we pass multiple values in the file (i.e. when we have to create multiple directories, what is the format of tje file?)