Fix yaml checks
This commit is contained in:
parent
f958b32c83
commit
ea2c9d8f57
6 changed files with 13 additions and 10 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
---
|
||||||
- name: Create kubernetes directories
|
- name: Create kubernetes directories
|
||||||
file:
|
file:
|
||||||
path: "{{ item }}"
|
path: "{{ item }}"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
---
|
||||||
- name: Update package management cache (YUM)
|
- name: Update package management cache (YUM)
|
||||||
yum:
|
yum:
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
---
|
||||||
# Todo : selinux configuration
|
# Todo : selinux configuration
|
||||||
- name: Confirm selinux deployed
|
- name: Confirm selinux deployed
|
||||||
stat:
|
stat:
|
||||||
|
|
Loading…
Reference in a new issue