Update 'jenkins.yaml'

This commit is contained in:
cody 2023-02-17 17:52:06 +00:00
parent 0083268b2e
commit 8cb45eaae9
1 changed files with 8 additions and 0 deletions

View File

@ -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