feat(ansible_playbooks): updated submodule ansible_playbooks #212

Merged
jon_nfc merged 34 commits from development into master 2024-01-14 19:29:02 +00:00
6 changed files with 25 additions and 7 deletions
Showing only changes of commit 4fcb5ee5ea - Show all commits

View File

@ -2,7 +2,7 @@
FROM --platform=$TARGETPLATFORM quay.io/ansible/receptor:devel as receptor
FROM --platform=$TARGETPLATFORM python:3.11-bullseye
FROM --platform=$TARGETPLATFORM python:3.11-slim-bullseye
# Ansible chucks a wobbler without. see: https://github.com/ansible/ansible/issues/78283
ENV LC_ALL en_US.UTF-8