diff --git a/roles/2-common/tasks/xo.yml b/roles/2-common/tasks/xo.yml index 4c7c1237e..168f978bc 100644 --- a/roles/2-common/tasks/xo.yml +++ b/roles/2-common/tasks/xo.yml @@ -25,7 +25,7 @@ regexp='^%_excludedocs' state=absent -- name: pre-Install packages +- name: Pre-install packages package: name={{ item }} state=latest with_items: @@ -34,7 +34,7 @@ - man-db - man-pages -- name: re-Install packages +- name: Re-install packages shell: yum -y reinstall sed libidn grep which util-linux wget gnupg2 groff gnash yum when: not osbuilder is defined @@ -44,7 +44,7 @@ option=plugins value=ifcfg-rh,keyfile -- name: check for modem config file +- name: Check for modem config file stat: path=/etc/NetworkManager/system-connections/"Sugar Modem Connection" register: config