Skip to content

Commit

Permalink
rename requirements.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CRASH-Tech committed May 30, 2023
1 parent 4228546 commit 554b1b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# How to use this playbook

- Create requirements.yaml
- Create requirements.yml
```
collections:
- name: https://github.com/CRASH-Tech/talos-playbook.git
Expand All @@ -9,7 +9,7 @@
```
- Install playbook
```
ansible-galaxy collection install -r requirements.yaml
ansible-galaxy collection install -r requirements.yml
```
- Create ansible-vault secret file
```
Expand Down

0 comments on commit 554b1b6

Please sign in to comment.