diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-18 21:39:40 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-18 21:39:40 +0100 |
| commit | 03f0e7c569c828e1ef314528d8e4f1a3909974b0 (patch) | |
| tree | 743525db5f68c8211cc4fcb7dfae043c1c250eb5 /molecule | |
| parent | 37cde904c097879331fd978032bf3898f16413ee (diff) | |
Add ag role w/testing
Diffstat (limited to 'molecule')
| -rw-r--r-- | molecule/archlinux-gnome/converge.yml | 1 | ||||
| -rw-r--r-- | molecule/archlinux/converge.yml | 1 | ||||
| -rw-r--r-- | molecule/debian/converge.yml | 1 | ||||
| -rw-r--r-- | molecule/raspberrypi/converge.yml | 1 | ||||
| -rw-r--r-- | molecule/ubuntu/converge.yml | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/molecule/archlinux-gnome/converge.yml b/molecule/archlinux-gnome/converge.yml index 64ec0f1c..3fb3b473 100644 --- a/molecule/archlinux-gnome/converge.yml +++ b/molecule/archlinux-gnome/converge.yml @@ -52,6 +52,7 @@ - role: "bash" - role: "man" - role: "jq" + - role: "ag" - role: "yay" - role: "wireguard" - role: "gateway" diff --git a/molecule/archlinux/converge.yml b/molecule/archlinux/converge.yml index d8c1dea0..61d57f12 100644 --- a/molecule/archlinux/converge.yml +++ b/molecule/archlinux/converge.yml @@ -52,6 +52,7 @@ - role: "bash" - role: "man" - role: "jq" + - role: "ag" - role: "yay" - role: "wireguard" - role: "gateway" diff --git a/molecule/debian/converge.yml b/molecule/debian/converge.yml index a7afd120..8789b33b 100644 --- a/molecule/debian/converge.yml +++ b/molecule/debian/converge.yml @@ -63,6 +63,7 @@ - role: "bash" - role: "man" - role: "jq" + - role: "ag" - role: "wireguard" - role: "gateway" - role: "python" diff --git a/molecule/raspberrypi/converge.yml b/molecule/raspberrypi/converge.yml index 3e18766c..7fe92c71 100644 --- a/molecule/raspberrypi/converge.yml +++ b/molecule/raspberrypi/converge.yml @@ -61,6 +61,7 @@ - role: "bash" - role: "man" - role: "jq" + - role: "ag" - role: "python" - role: "go" - role: "rust" diff --git a/molecule/ubuntu/converge.yml b/molecule/ubuntu/converge.yml index 266e087d..21a73f6d 100644 --- a/molecule/ubuntu/converge.yml +++ b/molecule/ubuntu/converge.yml @@ -52,6 +52,7 @@ - role: "bash" - role: "man" - role: "jq" + - role: "ag" - role: "wireguard" - role: "gateway" - role: "python" |
