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

fixes for apt weird behaviour?

Former-commit-id: d090f756
parent 42d744b8
No related branches found
No related tags found
No related merge requests found
......@@ -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