Fixes #119: Remove extraneous Ansible setup tasks.

This commit is contained in:
Jeff Geerling 2021-05-31 14:23:12 -05:00
parent f2aaae68ea
commit 8765c23c8b
2 changed files with 0 additions and 20 deletions

View file

@ -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']

View file

@ -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