This commit is contained in:
@@ -8,9 +8,12 @@ jobs:
|
|||||||
build-docs:
|
build-docs:
|
||||||
runs-on: shell
|
runs-on: shell
|
||||||
steps:
|
steps:
|
||||||
- name: Run Shell Command
|
- name: Run ansible Version
|
||||||
shell: bash
|
shell: bash
|
||||||
run: ansible --version
|
run: ansible --version
|
||||||
|
- name: Show all Vars
|
||||||
|
shell: bash
|
||||||
|
run: env
|
||||||
- name: Run 2
|
- name: Run 2
|
||||||
shell: bash
|
shell: bash
|
||||||
run: echo "Hello World"
|
run: echo "Hello World"
|
||||||
|
|||||||
Reference in New Issue
Block a user