mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
indentation/syntax per new Ansible documentation
This commit is contained in:
parent
c8a54daf5c
commit
fa96b2e990
1 changed files with 6 additions and 6 deletions
|
@ -1,9 +1,10 @@
|
|||
- name: Create various library directories
|
||||
file: path={{ item }}
|
||||
owner=root
|
||||
group=root
|
||||
mode=0755
|
||||
state=directory
|
||||
file:
|
||||
path: "{{ item }}"
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0755
|
||||
state: directory
|
||||
with_items:
|
||||
- /etc/iiab
|
||||
- "{{ yum_packages_dir }}"
|
||||
|
@ -26,4 +27,3 @@
|
|||
- "{{ doc_root }}/common/services"
|
||||
- /etc/sysconfig/olpc-scripts/
|
||||
- /etc/sysconfig/olpc-scripts/setup.d/installed/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue