Commit 8be940ac authored by Rafael Monnerat's avatar Rafael Monnerat

playbook: Fix typo

parent 239c739b
......@@ -32,7 +32,7 @@
when: ansible_distribution == "Ubuntu" and ansible_distribution_version == "14.04"
- name: Install Ubuntu 15.04 repository key
apt_key: url={{ base_open_build_url }}/xUbuntu_14.04/Release.key state=present
apt_key: url={{ base_open_build_url }}/xUbuntu_15.04/Release.key state=present
when: ansible_distribution == "Ubuntu" and ansible_distribution_version == "15.04"
- name: Install Ubuntu 15.04 repository
......
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