diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:33:30 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:33:30 +0200 |
| commit | 9612066c2431cc6a6e3e7ed558b464b0b1909ee2 (patch) | |
| tree | da6fb571a38c92ffcda0a4c5596d1b8ff1c3cc43 /roles/configure/tasks/install-archlinux.yml | |
| parent | 3cc7bb4b415e758786ed04d3b506031cd9f1971b (diff) | |
Add configure role on arch w/testing
Diffstat (limited to 'roles/configure/tasks/install-archlinux.yml')
| -rw-r--r-- | roles/configure/tasks/install-archlinux.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/roles/configure/tasks/install-archlinux.yml b/roles/configure/tasks/install-archlinux.yml new file mode 100644 index 0000000..d2f777f --- /dev/null +++ b/roles/configure/tasks/install-archlinux.yml @@ -0,0 +1,8 @@ +--- +- name: "Ensure ansible dependencies are installed on live environment" + community.general.pacman: + name: + - "python3" + - "python-pip" + state: present + update_cache: true |
