commit | 222eb8792b4c9172ce04f76be8441031f830d62d | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Wed Nov 15 10:09:32 2017 -0500 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Wed Nov 15 10:09:32 2017 -0500 |
tree | c94036d8e701cb2e0304c537ba6abc86d952cece | |
parent | bc58ffa63fea0b186cfe46d702a71c89016eb42b [diff] |
updated for yum proxy configs
diff --git a/tasks/with_no_proxy.yml b/tasks/with_no_proxy.yml index b980ce0..5b04769 100644 --- a/tasks/with_no_proxy.yml +++ b/tasks/with_no_proxy.yml
@@ -1,7 +1,7 @@ --- - name: Configure Apigee Yum repositories yum_repository: - enabled: true + enabled: "{{ item.enabled | default(true} }}" state: present name: "{{ item.repo_id }}" description: "{{ item.name }}"