Commit 7fe8ab35 by John Eskew

Merge pull request #3007 from edx/jeskew/do_not_force_config

Do not force the password or config creation if exists.
parents 9315cd95 53b16cf0
......@@ -91,6 +91,7 @@
mode: 0600
owner: "{{ GO_SERVER_USER }}"
group: "{{ GO_SERVER_GROUP }}"
force: no
when: GO_SERVER_ADMIN_PASSWORD and GO_SERVER_BACKUP_PASSWORD
- name: install go-server configuration
......@@ -100,6 +101,7 @@
mode: 0600
owner: "{{ GO_SERVER_USER }}"
group: "{{ GO_SERVER_GROUP }}"
force: no
# If a GoCD restore file is specified, attempt to download and restore it.
- include: download_backup.yml
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment