diff options
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" |
