mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-21 19:33:03 +00:00
Fixes #119: Remove extraneous Ansible setup tasks.
This commit is contained in:
parent
f2aaae68ea
commit
8765c23c8b
2 changed files with 0 additions and 20 deletions
3
main.yml
3
main.yml
|
@ -26,9 +26,6 @@
|
|||
tags: ['dock']
|
||||
|
||||
tasks:
|
||||
- import_tasks: tasks/ansible-setup.yml
|
||||
tags: ['setup']
|
||||
|
||||
- import_tasks: tasks/sudoers.yml
|
||||
when: configure_sudoers
|
||||
tags: ['sudoers']
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
---
|
||||
- name: Ensure Ansible downloads directory exists.
|
||||
file:
|
||||
path: "{{ downloads }}"
|
||||
state: directory
|
||||
|
||||
- name: Ensure /etc/ansible directory exists.
|
||||
file:
|
||||
path: /etc/ansible
|
||||
state: directory
|
||||
become: true
|
||||
|
||||
- name: Symlink /usr/local/etc/ansible to /etc/ansible.
|
||||
file:
|
||||
src: /etc/ansible
|
||||
path: /usr/local/etc/ansible
|
||||
state: link
|
Loading…
Reference in a new issue