Created
April 4, 2017 00:30
-
-
Save tvon/e49329ebe65eeef254e21d44c0951fd2 to your computer and use it in GitHub Desktop.
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: "unifi | configure service db.mongo.local" | |
lineinfile: | |
dest: "/usr/lib/unifi/data/system.properties" | |
regexp: '^db\.mongo\.local=' | |
line: "db.mongo.local={{ unifi_db_mongo_local }}" | |
insertbefore: BOF |
Author
tvon
commented
Apr 4, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment