On Mon, 27 Apr 2020 09:05:26 +0200 Vladimir Botka <[email protected]> wrote:
Errata 2:
> The code implicates a loop
>
> - name: Mount task 1 - create directory
> file:
> path: "{{ item.mount_path }}"
> state: directory
> loop: "{{ my_list_of_mountpoints }}"
> when: "item.mount_path not in mount.stdout_lines"
when: "item.mount_device not in mount.stdout_lines"
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/20200427091333.4603d652%40gmail.com.
pgpz84JrRtWBb.pgp
Description: OpenPGP digital signature
