mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
11 lines
235 B
YAML
11 lines
235 B
YAML
---
|
|
|
|
- name: Perform distro-specific tasks
|
|
include_tasks: "{{ ansible_distribution|lower }}.yml"
|
|
|
|
- name: Create product user
|
|
user:
|
|
name: "{{ atl_product_user }}"
|
|
comment: "Product runtime user"
|
|
when: create_product_user
|