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

11 lines
373 B
YAML
Raw Normal View History

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