lineinfile example: /etc/host[s]

Change a lineinfile example from /etc/host to /etc/hosts
reviewable/pr18780/r1
Lorin Hochstein 12 years ago
parent e5b14d7170
commit b116045220

@ -118,7 +118,7 @@ EXAMPLES = r"""
lineinfile: dest=/etc/sudoers state=absent regexp="^%wheel"
lineinfile: dest=/etc/host regexp='^127\.0\.0\.1' line='127.0.0.1 localhost' owner=root group=root mode=0644
lineinfile: dest=/etc/hosts regexp='^127\.0\.0\.1' line='127.0.0.1 localhost' owner=root group=root mode=0644
lineinfile: dest=/etc/httpd/conf/httpd.conf regexp="^Listen " insertafter="^#Listen " line="Listen 8080"

Loading…
Cancel
Save