Created
April 3, 2015 13:17
-
-
Save sgargan/860b14e92c7459ed6bc9 to your computer and use it in GitHub Desktop.
Multiline task line in file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: change cgi path | |
lineinfile: | |
dest: /usr/local/nagios/share/config.inc.php | |
line: "$cfg['cgi_base_url']='/cgi-bin';" | |
regexp: (cgi_base_url) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment