Update 'jenkins.yaml'
This commit is contained in:
@@ -28,3 +28,11 @@
|
||||
service:
|
||||
name: jenkins
|
||||
state: started
|
||||
|
||||
- name: get values from temp password file
|
||||
command: cat /var/lib/jenkins/secrets/initialAdminPassword
|
||||
register: password_output
|
||||
|
||||
- name: Print temp padmin password
|
||||
debug:
|
||||
var: password_output.stdout_lines
|
||||
Reference in New Issue
Block a user