Commit 1bfc5004 by Fred Smith

quoting

parent c93cd157
......@@ -57,7 +57,7 @@
- name: remove expired edx key
command: "sudo apt-key remove {{ COMMON_EDX_PPA_KEY_ID }}"
when: 'expired' in ppa_key_status.stdout
when: "'expired' in ppa_key_status.stdout"
# Ensure that we can install old software if need be.
- name: Add edX PPA apt key
......
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