Skip to content

Commit

Permalink
Generated Ansible files
Browse files Browse the repository at this point in the history
  • Loading branch information
buluma committed Dec 27, 2023
1 parent 762e767 commit 5fceca7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
build:
runs-on: "ubuntu-20.04"
steps:
- uses: "actions/checkout@master"
- uses: "actions/checkout@v4"
- name: "TODO to Issue"
uses: "alstr/todo-to-issue-action@v2.3" # TODO: Update buluma/[email protected] @buluma
uses: "buluma/todo-to-issue-action@v2.0.0"
id: "todo"
with:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This example is taken from [`molecule/default/converge.yml`](https://github.com/

```yaml
---
- name: converge
- name: Converge
hosts: all
become: yes
gather_facts: yes
Expand All @@ -31,7 +31,7 @@ The machine needs to be prepared. In CI this is done using [`molecule/default/pr

```yaml
---
- name: prepare
- name: Prepare
hosts: all
become: yes
gather_facts: no
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/converge.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- name: converge
- name: Converge
hosts: all
become: yes
gather_facts: yes
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/prepare.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- name: prepare
- name: Prepare
hosts: all
become: yes
gather_facts: no
Expand Down

0 comments on commit 5fceca7

Please sign in to comment.