add port prompt
This commit is contained in:
parent
a9ed2f42d9
commit
a4b86c5b80
|
@ -4,6 +4,14 @@
|
|||
become: true
|
||||
|
||||
tasks:
|
||||
|
||||
- name: Set JENKINS_PORT variable
|
||||
vars_prompt:
|
||||
- name: JENKINS_PORT
|
||||
prompt: "Please enter the value for JENKINS_PORT"
|
||||
private: no
|
||||
when: JENKINS_PORT is not defined or JENKINS_PORT == ""
|
||||
|
||||
- name: Add Jenkins repository key
|
||||
rpm_key:
|
||||
state: present
|
||||
|
|
Loading…
Reference in New Issue