phpinfo.php 131 B

12345678
  1. <?php
  2. {% if ansible_controlled is defined and ansible_controlled != "" %}
  3. #
  4. # {{ ansible_controlled }}
  5. #
  6. {% endif %}
  7. phpinfo();
  8. ?>