mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
added description (#42187)
Added description to one of the really basic code examples +label: docsite_pr
This commit is contained in:
@@ -131,6 +131,7 @@ EXAMPLES = r"""
|
||||
state: absent
|
||||
regexp: '^%wheel'
|
||||
|
||||
# Searches for a line that begins with 127.0.0.1 and replaces it with the value of the 'line' parameter
|
||||
- lineinfile:
|
||||
path: /etc/hosts
|
||||
regexp: '^127\.0\.0\.1'
|
||||
|
||||
Reference in New Issue
Block a user