10 lines
223 B
YAML
10 lines
223 B
YAML
---
|
|
- hosts: all
|
|
become: true
|
|
|
|
tasks:
|
|
- name: Placeholder
|
|
shell: echo 'We don\'t use the setup playbook as they run in sequence. Better to run on the whole inventory after.'
|
|
args:
|
|
chdir: $HOME
|