commit | 0675f11d42cd9d3975618290068991c9d36186c3 | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Wed Nov 15 10:14:04 2017 -0500 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Wed Nov 15 10:14:04 2017 -0500 |
tree | 8858523c00e38f5b24ddc92231f90706e476dfc0 | |
parent | 222eb8792b4c9172ce04f76be8441031f830d62d [diff] |
updated for yum proxy configs
diff --git a/tasks/with_no_proxy.yml b/tasks/with_no_proxy.yml index 5b04769..3e18ca1 100644 --- a/tasks/with_no_proxy.yml +++ b/tasks/with_no_proxy.yml
@@ -2,7 +2,7 @@ - name: Configure Apigee Yum repositories yum_repository: enabled: "{{ item.enabled | default(true} }}" - state: present + state: "{{ item.state | default('present') }}" name: "{{ item.repo_id }}" description: "{{ item.name }}" baseurl: "{{ item.baseurl }}"