added description (#42187)

Added description to one of the really basic code examples

+label: docsite_pr
pull/42201/head
fluxcess 6 years ago committed by Sam Doran
parent 981c9f6a79
commit 6290a7c595

@ -131,6 +131,7 @@ EXAMPLES = r"""
state: absent state: absent
regexp: '^%wheel' regexp: '^%wheel'
# Searches for a line that begins with 127.0.0.1 and replaces it with the value of the 'line' parameter
- lineinfile: - lineinfile:
path: /etc/hosts path: /etc/hosts
regexp: '^127\.0\.0\.1' regexp: '^127\.0\.0\.1'

Loading…
Cancel
Save