Add Fedora version variable to the playbook #2584
No reviewers
Labels
No labels
freeze-break-request
post-freeze
No milestone
No project
No assignees
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Infrastructure/ansible#2584
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "devel_to_release"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Signed-off-by: Patrik Polakovič patrik@alphamail.org
Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
https://fedora.softwarefactory-project.io/zuul/buildset/5359c3c46e094e2c8a54a29f61b20efa
So, this is fine, but... perhaps we could use the variable here?
ie,
"{{ FedoraCycleNumber }}"
That way instead of hard coding it, it's always just the latest stable fedora release. So, when we want to run it it's all ready.
This will need also a:
vars_files:
- /srv/web/infra/ansible/vars/global.yml
- "/srv/web/infra/ansible/vars/all/00-FedoraCycleNumber.yaml"
to pick up the variable to be used.
rebased onto
3a9f0cbfbb
Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
https://fedora.softwarefactory-project.io/zuul/buildset/575cf3b77fc641779dd35198b0f628b9
Pull-Request has been merged by jnsamyak