Generalise and expand testing of product base role.

This commit is contained in:
Steve Smith
2019-04-09 16:18:47 +10:00
parent 9b4975d588
commit 892a212061
7 changed files with 39 additions and 4 deletions

View File

@@ -1,5 +1,8 @@
---
- name: Perform distro-specific tasks
include: "{{ ansible_distribution|lower }}.yml"
- name: Create product user
user:
name: "{{ atl_product_user }}"