Skip to content

Commit 5c87bb6

Browse files
Test
1 parent 54fffcb commit 5c87bb6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/lifecycle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
path: "${{ github.repository }}"
2020
- name: Molecule for Ansible - lint
21-
uses: MonolithProjects/action-molecule@v1.2.0
21+
uses: MonolithProjects/action-molecule@v1.3.0
2222
with:
2323
molecule_command: lint
2424

@@ -44,4 +44,4 @@ jobs:
4444
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
4545
with:
4646
molecule_command: converge
47-
converge_extra_args: '--extra-vars "uninstall_runner=yes" --tags uninstall'
47+
converge_extra_args: '--tags uninstall'

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ In this example the Ansible role will deploy (or redeploy) the GitHub Actions ru
101101
- role: monolithprojects.github_actions_runner
102102
```
103103

104-
By using tag `uninstall`, GitHub Actions runner will be removed from the host and unregistered from the GitHub repository.
104+
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
107+
ansible-playbook playbook.yml --tags uninstall --extra_vars "uninstall_runner=yes"
108108
```
109109

110110
## License

0 commit comments

Comments
 (0)