updated archive
diff --git a/tasks/main.yml b/tasks/main.yml index d8ecc6b..d7ad3a8 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -23,15 +23,15 @@ - conf_apigee_mirror_listen_port={{ apigee_mirror_listen_port }} - conf_apigee_mirror_server_name={{ apigee_mirror_server_name }} -- name: Add nginx credentials - lineinfile: - backrefs: yes - dest: /etc/environment - regexp: "({{ item.attribute }}).*" - line: '{{ item.attribute }}{{ item.value }}' - with_items: - - { attribute: 'export MIRROR_USERNAME=', value: '{{ apigee_repo_user | default(default_apigee_repo_user) }}' } - - { attribute: 'export MIRROR_PASSWORD=', value: '{{ apigee_repo_password| default(default_apigee_repo_password) }}' } +#- name: Add nginx credentials +# lineinfile: +# backrefs: yes +# dest: /etc/environment +# regexp: "({{ item.attribute }}).*" +# line: '{{ item.attribute }}{{ item.value }}' +# with_items: +# - { attribute: 'export MIRROR_USERNAME=', value: '{{ apigee_repo_user | default(default_apigee_repo_user) }}' } +# - { attribute: 'export MIRROR_PASSWORD=', value: '{{ apigee_repo_password| default(default_apigee_repo_password) }}' } - name: Nginx restart shell: "{{ apigee_nginx }} restart"