Skip to content

Fix ansible-lint rule violations #784

Fix ansible-lint rule violations

Fix ansible-lint rule violations #784

Workflow file for this run

# name: TEST DISPATCH EVENT FROM BOT
# on:
# repository_dispatch:
# types: [on-demand-test via REST]
# # tweet manually in case automation failed us
# workflow_dispatch:
# inputs:
# version:
# description: "TEST BOT DISPATCH"
# required: true
# jobs:
# update:
# runs-on: ubuntu-latest
# steps:
# # unify version from different triggers
# # https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable
# - run: echo "TEST repository DISPATCH FROM ANSIBLE LIGHTSPEED BOT over CLONESANDBOX REPO"
# if: github.event_name == 'repository_dispatch'
# - run: echo "TEST workflow DISPATCH FROM ANSIBLE LIGHTSPEED BOT over CLONESANDBOX REPO"
# if: github.event_name == 'workflow_dispatch'