From 2cb717366568e3440771a0f78107abafb7a8977c Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 8 Dec 2017 01:25:19 -0500 Subject: [PATCH] Update packages.yml --- roles/2-common/tasks/packages.yml | 78 +++++++++++++++---------------- 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/roles/2-common/tasks/packages.yml b/roles/2-common/tasks/packages.yml index e2d8f5610..05c38f359 100644 --- a/roles/2-common/tasks/packages.yml +++ b/roles/2-common/tasks/packages.yml @@ -3,15 +3,15 @@ name: "{{ item }}" state: present with_items: - - yum-utils - - createrepo - - wpa_supplicant - - linux-firmware - - syslog - - xml-common - - nss-mdns - - avahi - - avahi-tools + - yum-utils + - createrepo + - wpa_supplicant + - linux-firmware + - syslog + - xml-common + - nss-mdns + - avahi + - avahi-tools when: is_redhat - name: Download usbmount -- not in Debian Stretch (debian_9) @@ -19,7 +19,7 @@ url: "{{ iiab_download_url }}/usbmount_0.0.14.1_all.deb" dest: "{{ downloads_dir }}" timeout: "{{ download_timeout }}" - when: is_debian_9 + when: internet_available and is_debian_9 - name: Install usbmount (debian_9) command: apt install -y {{ downloads_dir }}/usbmount_0.0.14.1_all.deb @@ -44,32 +44,32 @@ name: "{{ item }}" state: present with_items: - - acpid - - mlocate - - rsync - - htop - - etckeeper - - python-passlib - - usbmount - - net-tools - - openssh-server - - sudo - - logrotate - - make - - tar - - unzip - - bzip2 - - i2c-tools - - bridge-utils - - usbutils - - hostapd - - wget - - openssl #FC 18 does not supply, but pear requires - - gawk - - curl - - pandoc - - lynx - - ntfs-3g + - acpid + - mlocate + - rsync + - htop + - etckeeper + - python-passlib + - usbmount + - net-tools + - openssh-server + - sudo + - logrotate + - make + - tar + - unzip + - bzip2 + - i2c-tools + - bridge-utils + - usbutils + - hostapd + - wget + - openssl #FC 18 does not supply, but pear requires + - gawk + - curl + - pandoc + - lynx + - ntfs-3g #- name: Install pip as a commonly required package management system # command: curl https://bootstrap.pypa.io/get-pip.py -o {{ downloads_dir }}/get-pip.py @@ -82,9 +82,9 @@ name: "{{ item }}" state: present with_items: - - python-pip - - python-setuptools - - python-virtualenv + - python-pip + - python-setuptools + - python-virtualenv # instructions state to start with a fully updated system before starting, stop using # ansible as a crutch for developers not following the directions and taking short-cuts