Correct indentation

This commit is contained in:
2023-03-15 15:35:16 +00:00
parent a4b86c5b80
commit ff060ae023

View File

@@ -6,11 +6,11 @@
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 == ""
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: