Merge "Pass only variables starting with ANSIBLE" into stable/train

This commit is contained in:
Zuul 2020-02-08 01:32:29 +00:00 committed by Gerrit Code Review
commit ad0818ec56
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
- when: ceph_ansible_inherits_calling_ansible_environment
block:
- name: get all ansible environment variables
shell: "env | grep ANSIBLE_"
shell: "env | grep ^ANSIBLE_"
register: env_shell_output
ignore_errors: true
- name: set calling_ansible_environment_variables