Role server-basic: ensure rpcbind is not installed
This commit is contained in:
parent
3c8d012ac7
commit
89281c68a8
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
||||||
---
|
---
|
||||||
|
- name: ensure rpcbind is not installed
|
||||||
|
package:
|
||||||
|
name: rpcbind
|
||||||
|
state: absent
|
||||||
|
|
||||||
- name: ensure common packages are installed
|
- name: ensure common packages are installed
|
||||||
package:
|
package:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
|
|
Loading…
Reference in a new issue