diff options
| author | spmfox <spmfox@foxwd.com> | 2023-06-29 23:01:40 -0400 |
|---|---|---|
| committer | spmfox <spmfox@foxwd.com> | 2023-06-29 23:01:40 -0400 |
| commit | 096ca12f11e27c370057e20d5badd6d332eeb4ae (patch) | |
| tree | 41095e3c53dfe383af486e9d4cf4cfc890795e18 /docs/ansible_execution_environment | |
| parent | f1e709b75a96db1ea618f6a1010836eb80feddb2 (diff) | |
replacing alma linux with centos stream
Diffstat (limited to 'docs/ansible_execution_environment')
| -rw-r--r-- | docs/ansible_execution_environment/ansible_ee.containerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ansible_execution_environment/ansible_ee.containerfile b/docs/ansible_execution_environment/ansible_ee.containerfile index 48fb5ab..9b0018c 100644 --- a/docs/ansible_execution_environment/ansible_ee.containerfile +++ b/docs/ansible_execution_environment/ansible_ee.containerfile @@ -1,4 +1,4 @@ -FROM almalinux:9 +FROM quay.io/centos/centos:stream9 RUN dnf install -y ansible-core |
