We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf52bd commit 6eb09c5Copy full SHA for 6eb09c5
setup.yml
@@ -1,4 +1,14 @@
1
---
2
+- name: include Lastpass-CLI.yml
3
+ import_playbook: ../ansible/Lastpass-CLI.yml
4
+ when:
5
+ - __import_playbooks_played is not defined or (__import_playbooks_played is defined and 'Lastpass-CLI.yml' is not in __import_playbooks_played)
6
+ tags:
7
+ - setup-all
8
+ - install-all
9
+ - setup-docker
10
+ - install-docker
11
+
12
- name: "Set up a Matrix server"
13
hosts: "{{ target if target is defined else 'matrix_servers' }}"
14
become: true
0 commit comments