runtime.yml 271 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 - name: Remove Runtime Wildfly if exist file: state: absent path: /opt/stack/runtime - name: Install Runtime Wildfly shell: /tmp/source/bitnami-wildfly-10.1.0-1-linux-x64-installer.run --optionfile /tmp/configuration/runtime.conf --mode unattended