Skip to content
Snippets Groups Projects
Commit daaa7731 authored by Lars Beckers's avatar Lars Beckers
Browse files

management: fix syntax errors

parent f0f2d9a7
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
- name: ensure required software for ansible is installed
apt:
name: {{ item }}
name: "{{ item }}"
state: installed
with_items:
- python-yaml
......@@ -17,11 +17,11 @@
- ansible
- name: ensure ansible is up to date
git: ansible to opt
git:
dest: /opt/ansible
recursive: yes
repo: https://github.com/ansible/ansible.git
version: {{ mgmt_ansible_version }}
version: "{{ mgmt_ansible_version }}"
notify:
- rebuild ansible and its documentation
- rebuild ansible egg info
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment