diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:32:04 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:32:04 +0200 |
| commit | 1e258f7ec4093b4998693543628751258103e11c (patch) | |
| tree | cc577f7ec948536c7ff5241a026543693218e1d9 /roles/user/tasks/install-archlinux.yml | |
| parent | bd8fef07b81e116ad25b69ef1a39c799e4687b50 (diff) | |
Refactor playbook to simplify package installs for different OSs
Diffstat (limited to 'roles/user/tasks/install-archlinux.yml')
| -rw-r--r-- | roles/user/tasks/install-archlinux.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/roles/user/tasks/install-archlinux.yml b/roles/user/tasks/install-archlinux.yml deleted file mode 100644 index 9bb06e00..00000000 --- a/roles/user/tasks/install-archlinux.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -- name: "Ensure sudo installed" - become: true - community.general.pacman: - name: "sudo" - state: "present" |
