Update to 2.9 syntax to add collections
This commit is contained in:
		| @@ -1,20 +1,30 @@ | ||||
| --- | ||||
| - name: ensure_ansible_prereq | ||||
|   src: git+https://git.fdragon.com/AnsibleRoles/ensure_ansible_prereq.git | ||||
|   version: master | ||||
| - name: ensure_log_rotation | ||||
|   src: git+https://git.fdragon.com/AnsibleRoles/ensure_log_rotation.git | ||||
|   version: master | ||||
| - name: ensure_os_patch | ||||
|   src: git+https://git.fdragon.com/AnsibleRoles/ensure_os_patch.git | ||||
|   version: master | ||||
| - name: ensure_repo_epel | ||||
|   src: git+https://git.fdragon.com/AnsibleRoles/ensure_repo_epel.git | ||||
|   version: master | ||||
| - name: ensure_repo_fdragon | ||||
|   src: git+https://git.fdragon.com/AnsibleRoles/ensure_repo_fdragon.git | ||||
|   version: master | ||||
| - name: ensure_repo_rpmfusion | ||||
|   src: git+https://git.fdragon.com/AnsibleRoles/ensure_repo_rpmfusion.git | ||||
|   version: master | ||||
| collections: | ||||
|   - name: 'ansible.netcommon' | ||||
|   - name: 'ansible.posix' | ||||
|     # - name: 'ansible.windows' | ||||
|   - name: 'community.crypto' | ||||
|   - name: 'community.general' | ||||
|   - name: 'community.kubernetes' | ||||
|   - name: 'community.libvirt' | ||||
|   - name: 'community.windows' | ||||
| roles: | ||||
|   - name: ensure_ansible_prereq | ||||
|     src: git+https://git.fdragon.com/AnsibleRoles/ensure_ansible_prereq.git | ||||
|     version: master | ||||
|   - name: ensure_log_rotation | ||||
|     src: git+https://git.fdragon.com/AnsibleRoles/ensure_log_rotation.git | ||||
|     version: master | ||||
|   - name: ensure_os_patch | ||||
|     src: git+https://git.fdragon.com/AnsibleRoles/ensure_os_patch.git | ||||
|     version: master | ||||
|   - name: ensure_repo_epel | ||||
|     src: git+https://git.fdragon.com/AnsibleRoles/ensure_repo_epel.git | ||||
|     version: master | ||||
|   - name: ensure_repo_fdragon | ||||
|     src: git+https://git.fdragon.com/AnsibleRoles/ensure_repo_fdragon.git | ||||
|     version: master | ||||
|   - name: ensure_repo_rpmfusion | ||||
|     src: git+https://git.fdragon.com/AnsibleRoles/ensure_repo_rpmfusion.git | ||||
|     version: master | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user