Skip to content

Commit a7a032f

Browse files
Updated role(s) README.md files (#1043)
* Update controller_ad_hoc_commands_cancel/README.md The 'when' conditional in the 'Standard Role Usage' section appeared to be a copy/paste from controller_ad_hoc_command role, README.md. Updated to reflect the role and use within the controller_ad_hoc_commands_cancel/tasks/main.yml file. * Update controller_bulk_job_launch/README.md The roles section under 'Standard Role Usage' appeared to be a copy/paste from controller_license role, README.md. Updated to reflect the correct role, with the correct when conditional.
1 parent 6aa1a40 commit a7a032f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

roles/controller_ad_hoc_command_cancel/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ controller_ad_hoc_commands_cancel:
8686
ignore_files: [controller_config.yml.template]
8787
extensions: ["yml"]
8888
roles:
89-
- {role: infra.aap_configuration.controller_ad_hoc_command_cancel, when: controller_ad_hoc_commands is defined}
89+
- {role: infra.aap_configuration.controller_ad_hoc_command_cancel, when: controller_ad_hoc_commands_cancel is defined}
9090
```
9191
9292
## License

roles/controller_bulk_job_launch/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ This also speeds up the overall role.
130130
ignore_files: [controller_config.yml.template]
131131
extensions: ["yml"]
132132
roles:
133-
- {role: infra.aap_configuration.controller_license, when: controller_license is defined}
133+
- {role: infra.aap_configuration.controller_bulk_job_launch_job, when: controller_bulk_launch_jobs is defined}
134134
```
135135
136136
## License

0 commit comments

Comments
 (0)