1. 09 Sep, 2014 10 commits
  2. 08 Sep, 2014 9 commits
  3. 07 Sep, 2014 1 commit
  4. 06 Sep, 2014 2 commits
  5. 05 Sep, 2014 7 commits
  6. 04 Sep, 2014 10 commits
  7. 03 Sep, 2014 1 commit
    • Make ssh debug easier to read and paste · 53830123
      Currently, ansible -vvvv show the following:
      
          hostname EXEC ['ssh', '-C', '-vvv', '-o', 'ControlMaster=auto',
      
      This is not good if someone want to cut and paste it to see if something
      is wrong with the command line, so join the dictionnary strings with spaces
      to have 1 string in the output.
      Michael Scherer committed