diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..1d618a1 --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,2 @@ +[defaults]
 +callback_whitelist = profile_roles, profile_tasks, timer diff --git a/collections/requirements.yml b/collections/requirements.yml index 6c4c45b..d17b997 100644 --- a/collections/requirements.yml +++ b/collections/requirements.yml @@ -1,9 +1,9 @@ --- collections: # Official/Community collections - - name: ansible.posix - - name: community.general - - name: community.crypto + # - name: ansible.posix + # - name: community.general + # - name: community.crypto ...