Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Drop package manager doc override
Browse files Browse the repository at this point in the history
From sensu/sensu-go-chef#42 (comment), this might not be needed anymore.

Signed-off-by: Jared Ledvina <[email protected]>
  • Loading branch information
jaredledvina committed Jan 29, 2019
1 parent fd369ba commit 1055985
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions molecule/shared/prepare.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
---
- name: Prepare
hosts: all
gather_facts: true
tasks:
- name: Enable yum doc files
lineinfile:
regexp: tsflags=nodocs
path: /etc/yum.conf
state: absent
when: ansible_pkg_mgr == 'yum'

- name: Enable apt doc files
lineinfile:
regexp: 'path-exclude=/usr/share/doc/*'
path: /etc/dpkg/dpkg.cfg.d/excludes
state: absent
when: ansible_pkg_mgr == 'apt'
gather_facts: false
tasks: []

0 comments on commit 1055985

Please sign in to comment.