anit icon indicating copy to clipboard operation
anit copied to clipboard

Add support for configuring template directories

Open jmcgill298 opened this issue 6 years ago • 1 comments

Still need to add documentation for this, but precedence would be:

  • extra-vars: -e template_dir=$template_directory
  • env: export TEMPLATE_DIR=$template_directory
  • static: templates/

Also:

  • made quotes consistent
  • Use loop_var to name the looping variable
  • Updated with_first_found to use lookup as per Ansible's current best practice

jmcgill298 avatar Jun 09 '19 03:06 jmcgill298

+1 for this feature

FragmentedPacket avatar Mar 04 '20 15:03 FragmentedPacket