Skip to content
Snippets Groups Projects
Commit 4cba1c9b authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

changing the variable handling

Former-commit-id: 9c6778cf
parent 2d220ccb
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,12 @@ ...@@ -9,6 +9,12 @@
- vars/slurm.yml - vars/slurm.yml
- vars/vars.yml - vars/vars.yml
tasks: tasks:
- include_vars: vars/passwords.yml
- include_vars: vars/names.yml
- include_vars: vars/ldapConfig.yml
- include_vars: vars/filesystems.yml
- include_vars: vars/slurm.yml
- include_vars: vars/vars.yml
- { name: set use shared state, set_fact: usesharedstatedir=False } - { name: set use shared state, set_fact: usesharedstatedir=False }
tags: [ always ] tags: [ always ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment