Skip to content

Commit 0a0bbc1

Browse files
Fix molecule test
1 parent 2afb515 commit 0a0bbc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lifecycle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
4545
with:
4646
molecule_command: converge
47-
converge_extra_args: -e "uninstall_runner=yes" --tags uninstall
47+
converge_extra_args: '-e "uninstall_runner=yes" --tags uninstall'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ In this example the Ansible role will deploy (or redeploy) the GitHub Actions ru
104104
By using tag `uninstall` with compination of variable `uninstall_runner: yes`, GitHub Actions runner will be removed from the host and unregistered from the GitHub repository.
105105

106106
```bash
107-
ansible-playbook playbook.yml --tags uninstall --extra_vars "uninstall_runner=yes"
107+
ansible-playbook playbook.yml --tags uninstall -e "uninstall_runner=yes"
108108
```
109109

110110
## License

0 commit comments

Comments
 (0)