Skip to content

Commit

Permalink
Rename OSDPS play to playbookContents (#1849)
Browse files Browse the repository at this point in the history
This change is in-line with the change proposed to dataplane-operator to
rectify our use of play vs playbook Ansible terminology:
openstack-k8s-operators/dataplane-operator#922

Signed-off-by: Brendan Shephard <[email protected]>
  • Loading branch information
bshephar authored Jun 15, 2024
1 parent 34dffe4 commit 879704d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/validations/tasks/edpm/hugepages_and_reboot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
name: reboot-adhoc
namespace: {{ cifmw_validations_namespace }}
spec:
play: |
playbookContents: |
- hosts: all
become: true
tasks:
Expand Down

0 comments on commit 879704d

Please sign in to comment.