forked from infra/ansible
EPEL minor branching: fix inline documentation for branch-distgit-packages.yml
* Fix typos (disgit -> distgit) * Run with rbac-playbook * Use correct relative path when run with rbac-playbook Resolves epel/releng#85 Signed-off-by: Carl George <carlwgeorge@gmail.com>
This commit is contained in:
parent
34425d82f2
commit
04bbc6004f
1 changed files with 3 additions and 3 deletions
|
|
@ -2,15 +2,15 @@
|
|||
# creates EPEL branches from a target branch.
|
||||
#
|
||||
# Running the following line will do a dry-run of the process on the staging server.
|
||||
# $ ansible-playbook \
|
||||
# $ sudo rbac-playbook \
|
||||
# -l pkgs_stg \
|
||||
# playbooks/manual/epel-minor-release/branch-disgit-packages.yml
|
||||
# manual/epel-minor-release/branch-distgit-packages.yml
|
||||
#
|
||||
# You can also use it locally to test how it works
|
||||
# $ ansible-playbook \
|
||||
# -l localhost \
|
||||
# -e checkout_path=/tmp/rpms \
|
||||
# playbooks/manual/epel-minor-release/branch-disgit-packages.yml
|
||||
# playbooks/manual/epel-minor-release/branch-distgit-packages.yml
|
||||
#
|
||||
# Expected extra-vars:
|
||||
# checkout_path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue