forked from ansible-lockdown/RHEL9-CIS
added debug
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
0c9a88ea1a
commit
02c0c64cf8
1 changed files with 6 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
env:
|
env:
|
||||||
ENABLE_DEBUG: false
|
ENABLE_DEBUG: true
|
||||||
|
|
||||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -68,6 +68,11 @@ jobs:
|
||||||
working-directory: .github/workflows
|
working-directory: .github/workflows
|
||||||
run: terraform validate
|
run: terraform validate
|
||||||
|
|
||||||
|
- name: Validate path contents
|
||||||
|
if: env.ENABLE_DEBUG == 'true'
|
||||||
|
working-directory: .github/workflows
|
||||||
|
run: pwd && ls -laR
|
||||||
|
|
||||||
- name: Terraform_Apply
|
- name: Terraform_Apply
|
||||||
working-directory: .github/workflows
|
working-directory: .github/workflows
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue