package
Version:
v0.5.19
Opens a new window with list of versions in this module.
Published: Apr 10, 2023
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
RoleUpdate = "RoleUpdate"
Playbook = "Playbook"
)
type Action struct {
Action string `json:"action"`
AnsiblePlaybook []byte `json:"ansible_playbook"`
Response *Response `json:"response,omitempty"`
}
type Response struct {
Status string `json:"status"`
Message string `json:"message"`
Error error `json:"error"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.