Re: [ansible-project] Iterate through user input data

2017-01-05 Thread Brian Coca
The `pause` module can prompt and use the responses for a more 'interactive' play. So for example, you can use `stat` to check if the directory exists and `pause` to ask what to do next. -- Brian Coca -- You received this message because you are subscribed to the Google Groups

Re: [ansible-project] Iterate through user input data

2016-12-29 Thread Kai Stian Olstad
On 24. des. 2016 22:37, Ahmed Jaad wrote: Im a newbie to ansible, and im trying to write an ansible script which would continuously prompt user to insert data and use the data to perform some tasks until the user decides to end the loop, a shell script serving the same purpose would look like