Fix myriad bugs in playbooks

Update inventory
This commit is contained in:
2018-12-22 13:55:36 -05:00
parent fd77dbfca4
commit 9a35e992d0
12 changed files with 99 additions and 118 deletions

View File

@@ -1,3 +1,4 @@
---
- name: Enable Extra Packages for Enterprise Linux
become: true
yum_repository:
@@ -23,4 +24,5 @@
regex: enabled=1
line: enabled=0
path: /etc/yum/pluginconf.d/subscription-manager.conf
create: yes
state: present