main.yml 144 B

12345678
  1. ---
  2. env:
  3. RUNLEVEL: 1
  4. nginx_installation_types_using_service: ["packages"]
  5. nginx_is_el: "{{ ansible_distribution in ['RedHat', 'CentOS'] }}"