added task for portainer agent

This commit is contained in:
2023-02-09 15:04:06 +01:00
parent 7687fe37b0
commit 767dc0fff5
4 changed files with 12 additions and 3 deletions

View File

@@ -10,4 +10,8 @@
- import_tasks: install_portainer.yml
when:
- run_portainer is defined
- run_portainer == true
- run_portainer == true
- import_tasks: install_portainer_agent.yml
when:
- run_portainer_agent is defined
- run_portainer_agent == true