Skip to content

Commit

Permalink
standardize using yml file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Sep 27, 2017
1 parent 20a0736 commit 6dab689
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/mongodb/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- name: Install mongodb on {{ ansible_distribution }}
include: mongodb_{{ ansible_pkg_mgr }}.yaml
include: mongodb_{{ ansible_pkg_mgr }}.yml
tags: [databases, mongodb]

- name: Start & Enable mongodb
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion roles/st2/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
tags: st2, config

- name: Configure the StackStorm datastore
include: datastore.yaml
include: datastore.yml
tags: st2, datastore

- name: Ensure StackStorm services are enabled and running
Expand Down
File renamed without changes.

0 comments on commit 6dab689

Please sign in to comment.