--- # # This is used by a CI check in GitHub Actions and isnt really # meant to be run locally. # # The development environment does some unfortunate things to # make rootless podman work inside of a docker container. # The goal here is to essentially tests that the awx user is # able to run `podman run`. # - name: Test that the development environment is able to launch a job hosts: localhost tasks: - name: Reset admin password shell: | docker exec -i tools_awx_1 bash <