--- # file: roles/postgres-explain-visualizer/tasks/main.yml - name: "secrets.yml" include_tasks: secrets.yml loop: - pev_secret_key loop_control: loop_var: secret tags: pev - name: "check_install.yml" import_tasks: check_install.yml tags: pev - name: "install.yml" import_tasks: install.yml when: - pev_update_now or global_update_now or not pev_install_dir.stat.exists - not pev_install_dir.stat.exists or pev_current_version != pev_needed_version - not ansible_check_mode tags: pev - name: "configure.yml" import_tasks: configure.yml tags: pev