big jenkinsfile update
This commit is contained in:
@ -2,13 +2,16 @@
|
||||
- name: CIFS Mount
|
||||
hosts: all
|
||||
become: yes
|
||||
vars:
|
||||
security_check_only: true
|
||||
|
||||
###############################################
|
||||
# Permanently Mount a CIFS Share
|
||||
###############################################
|
||||
|
||||
roles:
|
||||
- { role: cifs_mount, tags: ['cifs_mount'] }
|
||||
- role: cosmos_init
|
||||
- role: cifs_mount
|
||||
|
||||
# tasks:
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user