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 eb71ee38..b43363e4 100644 --- a/molecule/archlinux-gnome/converge.yml +++ b/molecule/archlinux-gnome/converge.yml @@ -53,6 +53,7 @@ - role: "man" - role: "jq" - role: "ag" + - role: "tmux" - role: "yay" - role: "wireguard" - role: "gateway" diff --git a/molecule/archlinux/converge.yml b/molecule/archlinux/converge.yml index bc5a1bd9..86ce4bb3 100644 --- a/molecule/archlinux/converge.yml +++ b/molecule/archlinux/converge.yml @@ -53,6 +53,7 @@ - role: "man" - role: "jq" - role: "ag" + - role: "tmux" - role: "yay" - role: "wireguard" - role: "gateway" diff --git a/molecule/debian/converge.yml b/molecule/debian/converge.yml index 222b3ba9..f002bbcf 100644 --- a/molecule/debian/converge.yml +++ b/molecule/debian/converge.yml @@ -64,6 +64,7 @@ - role: "man" - role: "jq" - role: "ag" + - role: "tmux" - role: "wireguard" - role: "gateway" - role: "python" diff --git a/molecule/raspberrypi/converge.yml b/molecule/raspberrypi/converge.yml index 117cda83..72f0cd5f 100644 --- a/molecule/raspberrypi/converge.yml +++ b/molecule/raspberrypi/converge.yml @@ -62,6 +62,7 @@ - role: "man" - role: "jq" - role: "ag" + - role: "tmux" - role: "python" - role: "go" - role: "rust" diff --git a/molecule/ubuntu/converge.yml b/molecule/ubuntu/converge.yml index ce890bde..f20db206 100644 --- a/molecule/ubuntu/converge.yml +++ b/molecule/ubuntu/converge.yml @@ -53,6 +53,7 @@ - role: "man" - role: "jq" - role: "ag" + - role: "tmux" - role: "wireguard" - role: "gateway" - role: "python" |
