1. 19 Oct, 2013 2 commits
  2. 11 Oct, 2013 2 commits
  3. 28 Sep, 2013 1 commit
  4. 21 Sep, 2013 1 commit
  5. 23 Jul, 2013 1 commit
  6. 22 Jun, 2013 1 commit
    • expanduser on each component of plug-in paths · b32131c8
      ansible.constants was calling expanduser (by way of shell_expand_path)
      on the entire configured value for the library and *_plugins
      configuration values, but these values have always been interpreted as
      multiple directories separated by os.pathsep.  Thus, if you supplied
      multiple directories for one of these values, typically only the first
      (at least on *nix) would have e.g. "~" expanded to HOME.
      
      Now PluginLoader does expansion on each individual path in each of
      these variables.
      Dale Sedivec committed
  7. 10 Apr, 2013 2 commits
  8. 03 Feb, 2013 1 commit
    • Make template_ds the only templater · a79373f6
      Instead of having to remember when to use which one, rename template_ds
      to template and move the last bit of code from template to varReplace
      (which gets used for all string replacements, in the end).
      
      This means that you can template any data type without worrying about
      whether it's a string or not, and the right thing will happen.
      Daniel Hokka Zakrisson committed
  9. 09 Jan, 2013 1 commit
  10. 14 Nov, 2012 1 commit
  11. 13 Nov, 2012 1 commit
  12. 09 Nov, 2012 1 commit
  13. 07 Nov, 2012 1 commit
  14. 01 Nov, 2012 1 commit
  15. 30 Oct, 2012 1 commit
  16. 21 Oct, 2012 1 commit
  17. 20 Oct, 2012 1 commit
  18. 17 Oct, 2012 1 commit
  19. 01 Oct, 2012 2 commits
  20. 30 Sep, 2012 1 commit
  21. 28 Sep, 2012 2 commits
  22. 27 Sep, 2012 2 commits
  23. 26 Sep, 2012 1 commit
  24. 19 Sep, 2012 4 commits
  25. 17 Sep, 2012 1 commit
  26. 10 Aug, 2012 1 commit
  27. 17 Jul, 2012 1 commit
  28. 17 Jun, 2012 1 commit
  29. 16 Jun, 2012 1 commit
  30. 09 Jun, 2012 1 commit
  31. 22 May, 2012 1 commit