fmartingr
/
shelfzilla
Archived
1
0
Fork 0
This repository has been archived on 2021-06-29. You can view files and clone it, but cannot push or open issues or pull requests.
shelfzilla/provisioning/roles/common/handlers/main.yml

9 lines
200 B
YAML

---
- name: Clean yum packages
command: /usr/bin/yum clean all
sudo: yes
- service: name=iptables pattern=/sbin/iptables state=restarted
sudo: yes
when: local_environment is true