Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc backportapalooza 2 #70440

Merged
merged 15 commits into from Jul 8, 2020
Merged

Commits on Jul 2, 2020

  1. doc: avoid mix of single and double quotes (ansible#70115)

    Avoid mix of single and double quotes in the `ternary`, this way
    we can copy/past the example without any surprise.
    
    (cherry picked from commit b491f77)
    goneri authored and samccann committed Jul 2, 2020
    Copy the full SHA
    123f5a8 View commit details
    Browse the repository at this point in the history
  2. document FQCN for M() and :seealso: in DOCUMENTATION blocks (ansible#…

    …70245)
    
    * document FQCN for M() in DOCUMENTATION blocks
    
    * add note about c
    
    (cherry picked from commit 83f6e48)
    samccann committed Jul 2, 2020
    Copy the full SHA
    233a0a6 View commit details
    Browse the repository at this point in the history
  3. Fix bullet points in intro_getting_started.rst. (ansible#70365)

    The layout was jumbled due to issues with whitespace.
    
    (cherry picked from commit dc6f4b6)
    ziplokk1 authored and samccann committed Jul 2, 2020
    Copy the full SHA
    67c6b8c View commit details
    Browse the repository at this point in the history
  4. Add steps for how to create changelog.rst for a collection (ansible#7…

    …0262)
    
    * Update docs/docsite/rst/dev_guide/developing_collections.rst
    * add steps to create changelogs, add sentence about not using the tool
    * add note for rerunning the command
    
    Co-authored-by: Felix Fontein <felix@fontein.de>
    (cherry picked from commit 5a28b2b)
    samccann committed Jul 2, 2020
    Copy the full SHA
    b5336ca View commit details
    Browse the repository at this point in the history
  5. ansible-doc: avoid problems with YAML anchors when formatting man page (

    ansible#70045)
    
    * Avoid problems with YAML anchors when formatting man page.
    
    * Add changelog.
    
    (cherry picked from commit 5e4f708)
    felixfontein authored and samccann committed Jul 2, 2020
    Copy the full SHA
    998f6a7 View commit details
    Browse the repository at this point in the history
  6. Minor grammatical fix (ansible#70405)

    'you' -> 'your'
    
    (cherry picked from commit a1ac595)
    mobusdorphin authored and samccann committed Jul 2, 2020
    Copy the full SHA
    368ce8c View commit details
    Browse the repository at this point in the history
  7. incorporate minimalism feedback on filters page (ansible#70366)

    Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
    (cherry picked from commit c89f3cd)
    acozine authored and samccann committed Jul 2, 2020
    Copy the full SHA
    203454d View commit details
    Browse the repository at this point in the history
  8. more correct info about role main.yml (ansible#70326)

    fixes ansible#40496
    
    (cherry picked from commit 5d3d097)
    bcoca authored and samccann committed Jul 2, 2020
    Copy the full SHA
    94e2854 View commit details
    Browse the repository at this point in the history
  9. Fix a small typo in cache plugin description @ config/base.yml

    PR ansible#70420
    
    (cherry picked from commit 626df08)
    mscherer authored and samccann committed Jul 2, 2020
    Copy the full SHA
    31d3b8d View commit details
    Browse the repository at this point in the history
  10. with_sequence: example using vars (ansible#69369)

    Added an example for using vars in with_sequence.
    
    Fixes: ansible#68836
    
    Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
    (cherry picked from commit 5709173)
    Akasurde authored and samccann committed Jul 2, 2020
    Copy the full SHA
    bde5bc2 View commit details
    Browse the repository at this point in the history
  11. Update pull.py (ansible#70393)

    (cherry picked from commit 46ad3c1)
    SadFaceSmith authored and samccann committed Jul 2, 2020
    Copy the full SHA
    7f59bcb View commit details
    Browse the repository at this point in the history
  12. Update playbooks.rst (ansible#70317)

    (cherry picked from commit 7c90a2d)
    jafiala authored and samccann committed Jul 2, 2020
    Copy the full SHA
    b3e5edb View commit details
    Browse the repository at this point in the history
  13. Add documentation for ipaddr filters (ansible#70343)

    (cherry picked from commit 9eb904e)
    bmillemathias authored and samccann committed Jul 2, 2020
    Copy the full SHA
    aa7d1c0 View commit details
    Browse the repository at this point in the history
  14. update platform table with links to collections (ansible#70373)

    (cherry picked from commit aa59c23)
    samccann committed Jul 2, 2020
    Copy the full SHA
    e1f078e View commit details
    Browse the repository at this point in the history
  15. Add description of collections and become_exe keywords (ansible#68055)

    * Add description of collections keyword
    * Update based on feedback.
    - Add link to become plugins.
    - Add note about how the collections keyword works with roles.
    
    (cherry picked from commit 5833af9)
    samdoran authored and samccann committed Jul 2, 2020
    Copy the full SHA
    912f357 View commit details
    Browse the repository at this point in the history