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 1cc5135 commit 49c0a4aCopy full SHA for 49c0a4a
roles/lamachine-core/tasks/main.yml
@@ -274,7 +274,7 @@
274
content: |
275
Defaults env_keep += "PYTHONPATH"
276
Defaults secure_path = {{global_prefix}}/bin:{{global_prefix}}/sbin:/sbin:/bin:/usr/sbin:/usr/bin
277
- when: root and locality == "global"
+ when: locality == "global" and root
278
279
- name: Enable activation script globally
280
become: "{{lm_become}}"
0 commit comments