1. 04 Apr, 2013 1 commit
  2. 30 Mar, 2013 1 commit
  3. 27 Mar, 2013 2 commits
  4. 22 Mar, 2013 1 commit
  5. 12 Mar, 2013 1 commit
  6. 07 Mar, 2013 1 commit
  7. 23 Feb, 2013 4 commits
  8. 22 Feb, 2013 2 commits
    • Fixes duplicate code · 633fdede
      Fixed duplicate call for file attributes checking
      Michel Blanc committed
    • Improves lineinfile and adds file attr option · 008dc483
      Added path expanding for dest in lineinfile
      Added common file arguments to lineinfile so the module gets owner,
      group, mode and SE options.
      Decorated existing example to demonstate usage of file options and added
      a couple more examples
      Message is not set accordingly when file attributes were changed
      'absent' handling code now handles the case where the file doesn't
      exists (was issuing a Traceback before)
      File attribute handling code has been added to the 'absent' handling
      function too.
      File attributes handling has been grouped in 'def check_file' since it's
      required in both places.
      'absent' mode now returns a message like it's counterpart 'present',
      telling if file attributes were altered and if lines have matched.
      Michel Blanc committed
  9. 19 Feb, 2013 1 commit
  10. 16 Feb, 2013 3 commits
  11. 13 Feb, 2013 2 commits
  12. 09 Feb, 2013 1 commit
  13. 06 Feb, 2013 1 commit
  14. 20 Dec, 2012 1 commit
  15. 21 Nov, 2012 1 commit
  16. 19 Nov, 2012 1 commit
  17. 07 Nov, 2012 1 commit
  18. 31 Oct, 2012 1 commit
  19. 30 Oct, 2012 2 commits
    • Fix typo · 47d882f3
      Serge van Ginderachter committed
    • Add option create= to lineinfile module · 1e3dcfce
      We use the lineinfile module to modify configuration files of a proprietary application. This application reads configuration options from files, but does not require those files to exist (if the default options are fine). However this application may modify the configuration file at will, so we cannot copy or template those files. And after a silent install the configuration may not exist (depending on the response file).
      
      Whatever the case, during deployment we need to make sure some configuration options are set after the installation.
      
      So the cleanest way to handle this situation is to allow the lineinfile module to create the file if it is missing (and this is the expected behavior). When I proposed this behavior, @sergevanginderachter needed the same functionality and was now working around it as well.
      Dag Wieers committed
  20. 23 Oct, 2012 1 commit
  21. 05 Oct, 2012 1 commit
  22. 01 Oct, 2012 2 commits
  23. 28 Sep, 2012 1 commit
  24. 19 Sep, 2012 1 commit
  25. 08 Sep, 2012 2 commits
  26. 04 Sep, 2012 2 commits
  27. 29 Aug, 2012 1 commit