mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
use collections; use FQCN for all tasks
This commit is contained in:
@@ -20,12 +20,12 @@
|
||||
|
||||
pre_tasks:
|
||||
- name: Create base dir
|
||||
file:
|
||||
ansible.builtin.file:
|
||||
path: '/opt/atlassian/bin'
|
||||
state: directory
|
||||
|
||||
- name: Install git
|
||||
package:
|
||||
ansible.builtin.package:
|
||||
name: git
|
||||
|
||||
roles:
|
||||
|
||||
Reference in New Issue
Block a user