- import_playbook: sub_plays/play2.yml when: '"decom_host_group" not in group_names'
James Cassell
unread,
Feb 27, 2019, 2:07:21 PM2/27/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible List
On Wed, Feb 27, 2019, at 1:43 PM, Pandu jh wrote:
>
> If there are no hosts added to add host, subsequent plays should be
> skipped. Please let me know how to provide when condition for this
>
with import_*, the import happens unconditionally and the specified conditions on the import are applied to each task imported.
V/r,
James Cassell
Pandu jh
unread,
Feb 28, 2019, 7:45:01 AM2/28/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message