1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

cleanup for readability

This commit is contained in:
A Holt 2017-10-30 23:30:29 -04:00 committed by GitHub
parent 38a87bbcc1
commit 17d1164337
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@
regexp='^%_excludedocs' regexp='^%_excludedocs'
state=absent state=absent
- name: pre-Install packages - name: Pre-install packages
package: name={{ item }} package: name={{ item }}
state=latest state=latest
with_items: with_items:
@ -34,7 +34,7 @@
- man-db - man-db
- man-pages - 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 shell: yum -y reinstall sed libidn grep which util-linux wget gnupg2 groff gnash yum
when: not osbuilder is defined when: not osbuilder is defined
@ -44,7 +44,7 @@
option=plugins option=plugins
value=ifcfg-rh,keyfile 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" stat: path=/etc/NetworkManager/system-connections/"Sugar Modem Connection"
register: config register: config