Add a conclusion/todo-list
+ more generic on the gitea username + several corrections
This commit is contained in:
parent
12d4943e45
commit
8e132c1633
9 changed files with 62 additions and 17 deletions
10
roles/jenkins-php-v1/tasks/90_conclusion.yml
Normal file
10
roles/jenkins-php-v1/tasks/90_conclusion.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
|
||||
# Display the tasks that still need to be done manually
|
||||
- name: Add intro to conclusion
|
||||
set_fact:
|
||||
jenkins_post_install: "{{ [ 'For host ' + ansible_fqdn + ', please check :', '- SSH public key : ' + jenkins_ssh_public_key.content|b64decode|trim ] + jenkins_post_install|default([]) }}"
|
||||
|
||||
- name: Please check the following
|
||||
debug:
|
||||
var: jenkins_post_install
|
Reference in a new issue