Skip to content

Commit

Permalink
Modify bootstrap task naming to MgmtTasks
Browse files Browse the repository at this point in the history
  • Loading branch information
ol3d committed Sep 30, 2024
1 parent 7907b13 commit c92c581
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .taskfiles/BootstrapTasks.yml → .taskfiles/MgmtTasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ tasks:
cmds:
- "bash install-sops.sh"

mgmt:
bootstrap:
desc: Initialize local management server node
dir: "{{.ANSIBLE_MGMT_DIR}}"
cmds:
Expand Down
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ includes:
ansible: .taskfiles/AnsibleTasks.yml
precommit: .taskfiles/PreCommitTasks.yml
terraform: .taskfiles/TerraformTasks.yml
bootstrap: .taskfiles/BootstrapTasks.yml
mgmt: .taskfiles/MgmtTasks.yml
diff: .taskfiles/DiffTasks.yml
packer: .taskfiles/PackerTasks.yml

0 comments on commit c92c581

Please sign in to comment.