Compare commits

...

2 Commits

Author SHA1 Message Date
Max
6ba433d53c fix: no DS store 2025-02-02 18:37:06 -05:00
Max
854a28cd02 feat: stuff 2025-02-02 18:36:45 -05:00
5 changed files with 3 additions and 2 deletions

BIN
.DS_Store vendored

Binary file not shown.

3
.gitignore vendored
View File

@@ -39,4 +39,5 @@ terraform.rc
*secret*
.vscode
.env
.env
.DS_Store

BIN
gitea/.DS_Store vendored Normal file

Binary file not shown.

BIN
gitea/custom/.DS_Store vendored Normal file

Binary file not shown.

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