minor tweaks to roles
[awsible] / roles / management / tasks / main.yml
index 0a99c753db500374cf784e3ec434e3979fd05af2..ba24f86a11f94bda30ffa5175743bfb766377f9c 100644 (file)
@@ -9,13 +9,21 @@
     name: "{{ item }}"
     state: present
 
+- name: Install epel utils
+  with_items:
+  - pwgen
+  yum:
+    enablerepo: epel
+    name: "{{ item }}"
+    state: latest
+
 - name: Install PIP things
   with_items:
   - ansible
   - boto3
   pip:
     name: "{{ item }}"
-    state: present
+    state: latest
 
 - name: Gather AWS info
   action: ec2_facts