Skip to content

Commit

Permalink
Update resource_playbook.go fix limit description (#113)
Browse files Browse the repository at this point in the history
(cherry picked from commit 4cc9f96)
  • Loading branch information
teadur authored and patchback[bot] committed Apr 24, 2024
1 parent 2a47805 commit 2af3b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/resource_playbook.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func resourcePlaybook() *schema.Resource {
Elem: &schema.Schema{Type: schema.TypeString},
Required: false,
Optional: true,
Description: "List of hosts to exclude from the playbook execution.",
Description: "List of hosts to include in playbook execution.",
},

"check_mode": {
Expand Down

0 comments on commit 2af3b35

Please sign in to comment.