UNPKG

@installdoc/ansible-gas-station

Version:

An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤

10 lines (9 loc) 256 B
--- # @action Ensures Java is installed # Ensures the `JAVA_HOME` variable is set on Linux systems - name: Set JAVA_HOME (if configured) template: src: java_home.sh.j2 dest: /etc/profile.d/java_home.sh mode: 0644 when: java_home is defined