GMH v0.3.0
This commit is contained in:
@ -5,6 +5,12 @@
|
||||
tags:
|
||||
- always
|
||||
|
||||
# Perform a backup of the server
|
||||
- import_tasks: "{{ role_path }}/tasks/backup_server.yml"
|
||||
when: run_setup|bool and matrix_awx_enabled|bool
|
||||
tags:
|
||||
- backup-server
|
||||
|
||||
# Create a user account if called
|
||||
- import_tasks: "{{ role_path }}/tasks/create_user.yml"
|
||||
when: run_setup|bool and matrix_awx_enabled|bool
|
||||
|
Reference in New Issue
Block a user