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:
parent
38a87bbcc1
commit
17d1164337
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue