diff --git a/collections/requirements.yml b/collections/requirements.yml index f4bb068..3733220 100644 --- a/collections/requirements.yml +++ b/collections/requirements.yml @@ -13,5 +13,3 @@ collections: # # Install a collection from a local tarball # - name: my_collection-1.0.0.tar.gz # type: file - - source: ansible_collections/derekmurawsky/general - type: dir diff --git a/roles/requirements.yml b/roles/requirements.yml index 7787aea..ff0b4f5 100644 --- a/roles/requirements.yml +++ b/roles/requirements.yml @@ -12,5 +12,5 @@ roles: # name: custom_webserver_role # Install a role from a local path - - src: .ansible/roles/LucasJanin.ssh_config - name: LucasJanin.ssh_config + # - src: .ansible/roles/LucasJanin.ssh_config + # name: LucasJanin.ssh_config