Skip to content
Snippets Groups Projects
Commit d090f756 authored by Jafar Lie's avatar Jafar Lie
Browse files

fixes for apt weird behaviour?

parent 8fdf53c8
No related branches found
No related tags found
1 merge request!293Ubuntu
......@@ -6,8 +6,7 @@
when: ansible_os_family == "Debian"
- name: "Installing MySQL Debian"
apt: name="{{ item }}" update_cache=yes state=present
with_items: "{{ server_packages }}"
apt: name="{{ server_packages }}" update_cache=yes state=present
become: true
when: ansible_os_family == "Debian"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment