Browse Source

ajout d'un apt-get update avant l'installation des paquets debian par defaut dans le role common

master
LecygneNoir 10 years ago
parent
commit
eba8cf8255
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

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

Loading…
Cancel
Save