Added library management
diff --git a/library/opdk_server_self.py b/library/opdk_server_self.py index 42cad2d..1e2d94f 100644 --- a/library/opdk_server_self.py +++ b/library/opdk_server_self.py
@@ -11,7 +11,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# import requests from requests.exceptions import RequestException
diff --git a/repository-custom-properties.yml b/repository-custom-properties.yml index 8f3797c..04b0d4f 100644 --- a/repository-custom-properties.yml +++ b/repository-custom-properties.yml
@@ -14,6 +14,7 @@ - '{{ ansible_config }}/configurations' - '{{ ansible_config }}/inventory' - '{{ ansible_config }}/logs/' +- '{{ ansible_config }}/library/' - '{{ ansible_config }}/cache/' - '{{ apigee_config }}/planet_resources' - '{{ apigee_security }}'
diff --git a/setup-base.yml b/setup-base.yml index 0eee6d8..73157e1 100644 --- a/setup-base.yml +++ b/setup-base.yml
@@ -13,6 +13,12 @@ state: directory with_items: '{{ configuration_folders }}' + - name: Update Library + synchronize: + src: library + dest: "{{ ansible_config }}/library" + delegate_to: localhost + - name: Configure git attributes tags: ['config','playbooks','roles'] git_config: