mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
10 lines
207 B
YAML
10 lines
207 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"
|