Skip to content

feat: implement service create task#119

Merged
josegonzalez merged 2 commits intomasterfrom
15-implement-service-create-task
Apr 25, 2026
Merged

feat: implement service create task#119
josegonzalez merged 2 commits intomasterfrom
15-implement-service-create-task

Conversation

@josegonzalez
Copy link
Copy Markdown
Member

Summary

  • Adds dokku_service_create task for creating and destroying dokku plugin-based services (redis, postgres, mysql, etc.)
  • 100% compatible with the upstream ansible dokku_service_create module
  • Supports present (create) and absent (destroy) states with full idempotency
  • Includes unit tests, YAML parsing tests, template context tests, and integration tests

Closes #15

@josegonzalez josegonzalez merged commit 4803cd7 into master Apr 25, 2026
10 checks passed
@josegonzalez josegonzalez deleted the 15-implement-service-create-task branch April 25, 2026 04:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement service_create_task

1 participant