Browse Source

fix {{ }} in loop

master
LecygneNoir 9 years ago
parent
commit
d459c2092f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roles/common/tasks/main.yml

+ 1
- 1
roles/common/tasks/main.yml View File

@ -40,7 +40,7 @@
- name: Install default packages Debian.
apt: pkg={{item}} state=latest update_cache=yes
with_items: "{{ default_packages_debian }}"
with_items: default_packages_debian
when: ansible_distribution == 'Debian'
# Configure NTP

Loading…
Cancel
Save