Excerpts from BrianAI's message of 2013-12-03 06:08:08 -0500:
> Yes, that much I knew / figured after reading and experimenting.
> 
> So other that using that as a variable to call in the cron.yaml file
> (which I think you referred to as a messy hack), is there anyway to
> achieve the desired results?
> 
> The goal is to include a yaml but filter which jobs to run on that include.

You'll have to "fake it" by picking a variable name and testing on it
for each task.

    - debug: msg="this is probably a task"
      when: "'jam_master_jay' in cron_tags"

--
Morgan Hamill

-- 
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].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to