On Sat, May 3, 2014 at 10:48 PM, Juergen Brendel <[email protected]> wrote: > > > Later on in your playbook, you can then refer to the unique ID like so: > > - name: Create a directory named after my unique ID > file: path=/tmp/{{ my_unique_id.stdout }} state=directory >
If you're on linux you can just use the 'mktemp' utility, which is part of coreutils. -- Romeo -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CACUx58PkFH1kxqN0XSbWuT7SfwgHoqjOzZFEjffid_Pmoh-g9A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
