We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f13c415 commit 697cf5bCopy full SHA for 697cf5b
olam/deploy_olam_none.yml
@@ -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