1b28b8f3c4
Change-Id: Ie8d8c092e64890af2f0886303ef3f16752ba5b76
7 lines
193 B
YAML
7 lines
193 B
YAML
- hosts: [{{host}}]
|
|
sudo: yes
|
|
tasks:
|
|
- file: path={{modules_path}} state=absent
|
|
- file: path={{modules_path}}/../Puppetfile state=absent
|
|
- shell: gem uninstall librarian-puppet
|