Merge "Add skip: true to disable-puppet-agent"
This commit is contained in:
commit
f9baa7ca31
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user