Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #285 from jpodivin/fix-role-comment
Browse files Browse the repository at this point in the history
Removing last remnants of the old API
  • Loading branch information
openshift-merge-bot[bot] authored Jan 2, 2024
2 parents a1220e2 + e85fbb3 commit 83eb060
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion api/v1beta1/openstack_ansibleee_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ type OpenStackAnsibleEESpec struct {
// Important: Run "make" to regenerate code after modifying this file

// Play is an inline playbook contents that ansible will run on execution.
// If both Play and Roles are specified, Play takes precedence
Play string `json:"play,omitempty"`
// Playbook is the playbook that ansible will run on this execution, accepts path or FQN from collection
Playbook string `json:"playbook,omitempty"`
Expand Down
2 changes: 1 addition & 1 deletion docs/openstack_ansibleee.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ OpenStackAnsibleEESpec defines the desired state of OpenStackAnsibleEE

| Field | Description | Scheme | Required |
| ----- | ----------- | ------ | -------- |
| play | Play is an inline playbook contents that ansible will run on execution. If both Play and Roles are specified, Play takes precedence | string | false |
| play | Play is an inline playbook contents that ansible will run on execution. | string | false |
| playbook | Playbook is the playbook that ansible will run on this execution, accepts path or FQN from collection | string | false |
| image | Image is the container image that will execute the ansible command | string | false |
| args | Args are the command plus the playbook executed by the image. If args is passed, Playbook is ignored. | []string | false |
Expand Down

0 comments on commit 83eb060

Please sign in to comment.