[Add jelly]
This commit is contained in:
@@ -1,10 +1,11 @@
|
|||||||
#! wake up runner !
|
#! wake up runner !
|
||||||
- hosts: tower
|
- hosts: tower
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
become: true
|
|
||||||
tasks:
|
tasks:
|
||||||
- ansible.builtin.file:
|
- ansible.builtin.file:
|
||||||
path: /opt/dockerapps/appdata/jelly
|
path: /opt/dockerapps/appdata/jelly
|
||||||
state: directory
|
state: directory
|
||||||
recurse: yes
|
recurse: yes
|
||||||
mode: '1777'
|
mode: '1777'
|
||||||
|
become: true
|
||||||
|
become_user: root
|
||||||
Reference in New Issue
Block a user