1. 09 Jun, 2014 1 commit
    • Don't use listify_ function, when all we want to do is template variables · 5128bced
      This was causing a bug in the env module, due to the fact that we now
      pass variables for the module through the templating engine combined
      with the fact that we split-up the hostvars and setup variables. As a
      result, if a variable in the env lookup had the same name as the variable
      in Ansible, it would try and template itself over and over again until
      the recursion limit would be hit, at which time an empty string was
      returned.
      
      Fixes #7396
      James Cammarata committed
  2. 25 May, 2014 1 commit
  3. 24 May, 2014 1 commit
  4. 23 May, 2014 4 commits
  5. 21 May, 2014 28 commits
  6. 07 May, 2014 5 commits