Fix asserts and run ansible by distros

This commit is contained in:
Paul Montero
2017-09-19 22:35:13 -05:00
parent eaa1c80c1e
commit 0eb3277351
3 changed files with 22 additions and 12 deletions

View File

@@ -1,6 +1,7 @@
---
- hosts: all
gather_facts: false
remote_user: user
vars:
rvm1_user: user
rvm1_install_path: '/home/{{ rvm1_user }}/.rvm'
@@ -14,6 +15,7 @@
# Asserts tasks
- hosts: all
gather_facts: false
remote_user: user
tasks:
- name: Assert tasks
include: assertions.yml