feat: stuff

This commit is contained in:
2025-02-02 18:36:45 -05:00
parent 7bde512998
commit 854a28cd02
4 changed files with 1 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ amazon-linux-extras install docker ansible2 python3.8 -y
# Make Docker work.
systemctl enable docker
systemctl start docker
sudo usermod -a -G docker ssm-user
sudo usermod -aG docker ssm-user
# Set up the correct version of Python (for Ansible).
ln -sf /usr/bin/python3.8 /usr/bin/python3