1. 14 Jun, 2013 1 commit
    • Improve Markdown (and other) module doc output · 7681b1ce
      - The html_ify filter now escapes HTML found in module documentation.
        THIS COULD AFFECT MORE THAN JUST MARKDOWN but I didn't see any modules
        expecting to use e.g. HTML entities or HTML tags in their
        documentation.
      
      - The markdown_ify filter (used as jpfunc in markdown.j2) escapes at
        least a few Markdown in-line formatting characters.
      
      - Improvements to markdown.j2:
      
          - Call jpfunc on the module name heading so that it gets escaped for
            Markdown (e.g. my_module_name becomes my\_module\_name).
      
          - Added paragraph breaks between paragraphs in the description.
      
          - Added examples heading, which is consistent with the notes heading
            below it.
      Dale Sedivec committed
  2. 01 Jun, 2013 1 commit
  3. 11 May, 2013 1 commit
  4. 02 May, 2013 1 commit
  5. 18 Feb, 2013 1 commit
  6. 14 Dec, 2012 1 commit
    • Make use of yes/no booleans in playbooks · 66fb7fd9
      At the moment Ansible prefers yes/no for module booleans, however booleans in playbooks are still using True/False, rather than yes/no. This changes modifies boolean uses in playbooks (and man pages) to favor yes/no rather than True/False.
      
      This change includes:
      
      - Adaptation of documentation and examples to favor yes/no
      - Modification to manpage output to favor yes/no (the docsite output already favors yes/no)
      Dag Wieers committed
  7. 12 Dec, 2012 1 commit
  8. 03 Nov, 2012 2 commits
  9. 24 Oct, 2012 1 commit
  10. 18 Oct, 2012 2 commits
  11. 10 Oct, 2012 1 commit
  12. 05 Oct, 2012 1 commit
  13. 03 Oct, 2012 1 commit
  14. 30 Sep, 2012 5 commits
  15. 28 Sep, 2012 5 commits
  16. 26 Sep, 2012 1 commit