1. 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
  2. 20 Jun, 2013 39 commits