summaryrefslogtreecommitdiffstats
path: root/ansible_collections/dellemc/openmanage/roles/idrac_export_server_config_profile/molecule/default/cleanup.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/dellemc/openmanage/roles/idrac_export_server_config_profile/molecule/default/cleanup.yml')
-rw-r--r--ansible_collections/dellemc/openmanage/roles/idrac_export_server_config_profile/molecule/default/cleanup.yml20
1 files changed, 10 insertions, 10 deletions
diff --git a/ansible_collections/dellemc/openmanage/roles/idrac_export_server_config_profile/molecule/default/cleanup.yml b/ansible_collections/dellemc/openmanage/roles/idrac_export_server_config_profile/molecule/default/cleanup.yml
index 9ade81e90..cccd89d7b 100644
--- a/ansible_collections/dellemc/openmanage/roles/idrac_export_server_config_profile/molecule/default/cleanup.yml
+++ b/ansible_collections/dellemc/openmanage/roles/idrac_export_server_config_profile/molecule/default/cleanup.yml
@@ -14,18 +14,18 @@
nfs_mount_path: "{{ lookup('env', 'nfs_mount_path') }}"
cifs_mount_path: "{{ lookup('env', 'cifs_mount_path') }}"
- nfs_url: "{{ lookup('env', 'NFS_URL') }}"
- cifs_url: "{{ lookup('env', 'CIFS_URL') }}"
- cifs_username: "{{ lookup('env', 'CIFS_USERNAME') }}"
- cifs_password: "{{ lookup('env', 'CIFS_PASSWORD') }}"
+ nfs_url: "{{ lookup('env', 'nfs_url') }}"
+ cifs_url: "{{ lookup('env', 'cifs_url') }}"
+ cifs_username: "{{ lookup('env', 'cifs_username') }}"
+ cifs_password: "{{ lookup('env', 'cifs_password') }}"
- https_url: "{{ lookup('env', 'HTTPS_URL') }}"
- https_username: "{{ lookup('env', 'HTTPS_USERNAME') }}"
- https_password: "{{ lookup('env', 'HTTPS_PASSWORD') }}"
+ https_url: "{{ lookup('env', 'https_url') }}"
+ https_username: "{{ lookup('env', 'https_username') }}"
+ https_password: "{{ lookup('env', 'https_password') }}"
- http_url: "{{ lookup('env', 'HTTP_URL') }}"
- http_username: "{{ lookup('env', 'HTTP_USERNAME') }}"
- http_password: "{{ lookup('env', 'HTTP_PASSWORD') }}"
+ http_url: "{{ lookup('env', 'http_url') }}"
+ http_username: "{{ lookup('env', 'http_username') }}"
+ http_password: "{{ lookup('env', 'http_password') }}"
tasks:
- name: Checking file exists in NFS mount localhost
ansible.builtin.stat: