1
0
Fork 0
This repository has been archived on 2023-11-22. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
ansible-jenkins-php-v1/roles/jenkins-php-v1/tasks/90_conclusion.yml
Chl 8e132c1633 Add a conclusion/todo-list
+ more generic on the gitea username
+ several corrections
2020-01-19 15:24:10 +01:00

10 lines
373 B
YAML

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