Unverified Commit cf215cbd by Ned Batchelder Committed by GitHub

Merge pull request #4669 from edx/nedbat/retry-mongo-signing-keys

Retry when getting mongo signing keys
parents 42a4e5e5 8330d3c3
......@@ -33,6 +33,7 @@
id: "{{ MONGODB_APT_KEY }}"
keyserver: "{{ MONGODB_APT_KEYSERVER }}"
state: present
retries: 3
tags:
- install:system-requirements
......
......@@ -41,6 +41,7 @@
id: "{{ MONGODB_APT_KEY }}"
keyserver: "{{ MONGODB_APT_KEYSERVER }}"
state: present
retries: 3
tags:
- install
- install:base
......
......@@ -36,6 +36,7 @@
id: "{{ MONGODB_APT_KEY }}"
keyserver: "{{ MONGODB_APT_KEYSERVER }}"
state: present
retries: 3
tags:
- "install"
- "install:app-requirements"
......
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