Skip to content

Commit

Permalink
Fix 'include' keywords in role documentation plays
Browse files Browse the repository at this point in the history
  • Loading branch information
drybjed committed Jan 28, 2022
1 parent 86c7a35 commit 19f0770
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ansible/roles/foodsoft/docs/playbooks/foodsoft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# Copyright (C) 2016-2017 DebOps <https://debops.org/>
# SPDX-License-Identifier: GPL-3.0-only

- include: foodsoft-nginx.yml
- import_playbook: foodsoft-nginx.yml
4 changes: 2 additions & 2 deletions ansible/roles/volkszaehler/docs/playbooks/volkszaehler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# Copyright (C) 2017 DebOps <https://debops.org/>
# SPDX-License-Identifier: GPL-3.0-only

- include: volkszaehler-apache.yml
- include: volkszaehler-nginx.yml
- import_playbook: volkszaehler-apache.yml
- import_playbook: volkszaehler-nginx.yml

0 comments on commit 19f0770

Please sign in to comment.