Init Ansible dir
This commit is contained in:
parent
933cf1df4e
commit
9dae659fec
|
@ -34,7 +34,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: ${{ github.repository }}
|
path: ${{ github.repository }}
|
||||||
|
|
||||||
- run: echo -e "[all]\nlocalhost" > /etc/ansible/inventory
|
- run: mkdir -p /etc/ansible && echo -e "[all]\nlocalhost" > /etc/ansible/inventory
|
||||||
|
|
||||||
- name: Ansible Molecule
|
- name: Ansible Molecule
|
||||||
uses: MonolithProjects/action-molecule@v1.4.3
|
uses: MonolithProjects/action-molecule@v1.4.3
|
||||||
|
|
Loading…
Reference in New Issue