chore 📦: Update task dependencies and formatting
Updated the tasks/main.yml file to reflect changes in dependency ordering and code style. This change ensures consistency across the build process.
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
---
|
||||
# - name: Prepare for Samba AD DC
|
||||
# include_tasks: preparing.yml
|
||||
- name: Prepare for Samba AD DC
|
||||
include_tasks: preparing.yml
|
||||
|
||||
# - name: Install
|
||||
# include_tasks: install.yml
|
||||
- name: Install
|
||||
include_tasks: install.yml
|
||||
|
||||
# - name: Provision
|
||||
# include_tasks: provision.yml
|
||||
- name: Provision
|
||||
include_tasks: provision.yml
|
||||
|
||||
# - name: Setup DNS resolver
|
||||
# include_tasks: setupresolver.yml
|
||||
- name: Setup DNS resolver
|
||||
include_tasks: setupresolver.yml
|
||||
|
||||
# - name: Configure Kerberos
|
||||
# include_tasks: kerberos.yml
|
||||
- name: Configure Kerberos
|
||||
include_tasks: kerberos.yml
|
||||
|
||||
- name: Testing Samba AD DC
|
||||
include_tasks: verify.yml
|
||||
|
||||
Reference in New Issue
Block a user