summaryrefslogtreecommitdiffstats
path: root/roles/configure/tasks/install-debian.yml
blob: d9dc7322e2da7fc3edbcc000624da27120ed01bb (plain) (blame)
1
2
3
4
5
6
7
---
- name: "Ensure ansible dependencies are installed on live environment"
  ansible.builtin.apt:
    state: "present"
    pkg:
      - "python3"
      - "python3-pip"