Skip to content

Commit 697cf5b

Browse files
committed
add none noop type for install lab
1 parent f13c415 commit 697cf5b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

olam/deploy_olam_none.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
# Copyright (c) 2024 Oracle and/or its affiliates.
3+
# This software is made available to you under the terms of the Universal Permissive License (UPL), Version 1.0.
4+
# The Universal Permissive License (UPL), Version 1.0 (see COPYING or https://oss.oracle.com/licenses/upl)
5+
# See LICENSE.TXT for details.
6+
7+
- name: Run olam noop
8+
hosts: control
9+
become: true
10+
11+
tasks:
12+
13+
- name: Print noop message
14+
ansible.builtin.debug:
15+
msg: "This is a noop and does not deploy OLAM."

0 commit comments

Comments
 (0)