PR #131 follow-up: spacing issue in YAML.

This commit is contained in:
Jeff Geerling 2020-03-06 10:00:50 -06:00
parent da99b2ab75
commit cd50bf980b

View File

@ -28,7 +28,7 @@
- name: Add Docker apt key (alternative for older systems without SNI). - name: Add Docker apt key (alternative for older systems without SNI).
shell: > shell: >
curl -sSL {{ docker_apt_gpg_key }} | sudo apt-key add - curl -sSL {{ docker_apt_gpg_key }} | sudo apt-key add -
args: args:
warn: false warn: false
when: add_repository_key is failed when: add_repository_key is failed