From 7363a99c90d9252b2c904d83093faa781c3a6c11 Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 8 Dec 2017 01:22:54 -0500 Subject: [PATCH] Update xo.yml --- roles/2-common/tasks/xo.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/roles/2-common/tasks/xo.yml b/roles/2-common/tasks/xo.yml index a43dabd88..c9fb0d8ea 100644 --- a/roles/2-common/tasks/xo.yml +++ b/roles/2-common/tasks/xo.yml @@ -34,10 +34,10 @@ name: "{{ item }}" state: latest with_items: - - usbmount - - man - - man-db - - man-pages + - usbmount + - man + - man-db + - man-pages - name: Re-install packages shell: yum -y reinstall sed libidn grep which util-linux wget gnupg2 groff gnash yum @@ -130,8 +130,8 @@ dest: "{{ downloads_dir }}/{{ item }}" timeout: "{{ download_timeout }}" with_items: - - hostapd_8188_i386 - when: wifi_id == "tplink_WM725M" and xo_model == "XO-1.5" and internet_available + - hostapd_8188_i386 + when: wifi_id == "tplink_WM725M" and xo_model == "XO-1.5" and internet_available tags: - xo