summaryrefslogtreecommitdiffstats
path: root/roles/configure/tasks/install-archlinux.yml
blob: d2f777fbc5cf1f0dd29c2d0dd447dae2b35b5649 (plain) (blame)
1
2
3
4
5
6
7
8
---
- name: "Ensure ansible dependencies are installed on live environment"
  community.general.pacman:
    name:
      - "python3"
      - "python-pip"
    state: present
    update_cache: true