diff --git a/ansible.cfg b/ansible.cfg index 7007848..38cbcc0 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -12,4 +12,4 @@ callbacks_enabled = ansible.posix.profile_tasks,ansible.posix.profile_roles [ssh_connection] pipelining = true -# ssh_args = -o ControlMaster=auto +ssh_args = -o ControlMaster=auto diff --git a/collections/requirements.yml b/collections/requirements.yml index ea4dfc5..32dcf6a 100644 --- a/collections/requirements.yml +++ b/collections/requirements.yml @@ -25,6 +25,4 @@ collections: - name: 'openstack.cloud' - name: 'microsoft.ad' - name: 'microsoft.iis' - - name: 'vultr.cloud' ... - diff --git a/roles/requirements.yml b/roles/requirements.yml index 3c0ca72..32c09b6 100644 --- a/roles/requirements.yml +++ b/roles/requirements.yml @@ -64,4 +64,3 @@ roles: src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_vim.git' version: 'master' ... -