include instead of import
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
- import_tasks: apps/nextcloud.yml
|
- include_tasks: nextcloud/nextcloud.yml
|
||||||
when:
|
when:
|
||||||
- nexcloud is defined
|
- nexcloud is defined
|
||||||
- nextcloud == True
|
- nextcloud == True
|
||||||
@@ -14,4 +14,4 @@
|
|||||||
package:
|
package:
|
||||||
name: certbot
|
name: certbot
|
||||||
state: latest
|
state: latest
|
||||||
- import_tasks: apps/apps.yml
|
- include_tasks: apps/apps.yml
|
||||||
Reference in New Issue
Block a user