Add skip: true to disable-puppet-agent

We don't need to do anything on RH as services don't start by default
there.

Change-Id: I38daee0b80006711cb0c4c65aed108ac0c5c215a
This commit is contained in:
Monty Taylor 2018-08-17 15:38:41 -05:00
parent 83ebf61e07
commit 5f6c56998e
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594

View File

@ -1,7 +1,10 @@
- name: Include OS-specific tasks
include_tasks: "{{ lookup('first_found', file_list) }}"
include_tasks: "{{ item }}"
vars:
file_list: "{{ distro_lookup_path }}"
params:
files: "{{ distro_lookup_path }}"
skip: true
loop: "{{ query('first_found', params) }}"
- name: Disable the puppet service
service: