--- - name: Check if a 2.7 venv exists stat: path={{ pga_root_dir }}/lib/python2.7 register: pga_venv_27 tags: pgadmin4