-
Task
-
Resolution: Unresolved
-
Undefined
-
None
Original reporter: carl@redhat.com
The issue:
The header comment in [branch-distgit-packages.yml](https://forge.fedoraproject.org/infra/ansible/src/branch/main/playbooks/manual/epel-minor-release/branch-distgit-packages.yml) have some typos. In itself this isn't a big deal, but it invariable leads to copying the example command in the comment and getting an error, so it's worth fixing.
- The comments reference the playbook itself as `branch-disgit-packages.yml` (missing a `t`).
- We run this with `rbac-playbook` now, not `ansible-playbook`.
- When run with `rbac-playbook`, the path must be relative from the playbooks directory, not the top level directory, so `playbooks/manual/...` needs to change to `manual/...`.