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 | a4af0a0ef403e8d6e9f2f70d0e3f14356ab75b70 (patch) | |
| tree | 743525db5f68c8211cc4fcb7dfae043c1c250eb5 /molecule | |
| parent | 80b8620f12c6be0119b9321d90569f176e899229 (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" |
