Skip to content
Snippets Groups Projects
Commit 133e2974 authored by Jupiter Hu's avatar Jupiter Hu
Browse files

fixed variable name

parent ab248f49
No related branches found
No related tags found
No related merge requests found
--- ---
- name: "Check shibbolenth directory" - name: "Check shibboleth directory"
file: dest=/etc/shibboleth state=directory mode=0655 file: dest=/etc/shibboleth state=directory mode=0655
sudo: true sudo: true
when: shibbolenth_file is defined when: shibboleth_file is defined
- name: "Copying the shisbbolenth files" - name: "Copying the shisbbolenth files"
template: src=files/{{ item }} dest="/etc/shibboleth/{{ item }}" mode=0644 template: src=files/{{ item }} dest="/etc/shibboleth/{{ item }}" mode=0644
sudo: true sudo: true
with_items: with_items:
- "{{ shibbolenth_file.aaf }}" - "{{ shibboleth_file.aaf }}"
- "{{ shibbolenth_file.cert }}" - "{{ shibboleth_file.cert }}"
when: shibbolenth_file is defined when: shibboleth_file is defined
- name: "Copying the apache key file" - name: "Copying the apache key file"
template: src="files/{{ apache_key_file }}" dest="{{ x509_key_file }}" mode=0644 template: src="files/{{ apache_key_file }}" dest="{{ x509_key_file }}" mode=0644
......
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