adjust things
This commit is contained in:
parent
021eedcf68
commit
9ba2cb2df0
4 changed files with 4 additions and 4 deletions
|
@ -40,7 +40,7 @@
|
|||
|
||||
pre_tasks:
|
||||
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
||||
- include_vars: dir=/srv/web/infra/ansible/vars/all/
|
||||
- include_vars: dir=/srv/web/infra/ansible/vars/all/ ignore_files=README
|
||||
- debug: var=FedoraRawhideNumber
|
||||
- debug: var=FedoraBranchedNumber
|
||||
- debug: var=FedoraOldCycleNumber
|
||||
|
|
|
@ -1 +1 @@
|
|||
FedoraBranchedNumber: "{{ FedoraCycleNumber }}|int + 1"
|
||||
FedoraBranchedNumber: {{ FedoraCycleNumber + 1 }}|int
|
||||
|
|
|
@ -1 +1 @@
|
|||
FedoraOldCycleNumber: 27
|
||||
FedoraOldCycleNumber: {{ FedoraCycleNumber - 1 }}|int
|
||||
|
|
|
@ -1 +1 @@
|
|||
FedoraRawhideNumber: "{{ FedoraBranchedNumber }}|int + 1"
|
||||
FedoraRawhideNumber: {{ FedoraBranchedNumber + 1 }}|int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue