File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed
Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1111 inputs :
1212 environment :
1313 required : true
14- type : enum
15- enum : [staging, production]
14+ type : string
1615 operation :
1716 required : true
18- type : enum
19- enum : [plan, apply]
17+ type : string
2018
2119permissions :
2220 id-token : write
Original file line number Diff line number Diff line change 1- ANSIBLE_FOLDER ? = $(CURDIR)
1+ ANSIBLE_FOLDER : = $(CURDIR)
22
3- export REQUIREMENTS_FILE ? = $(ANSIBLE_FOLDER)/requirements.yml
4- export ROLES_PATH:= $(ANSIBLE_FOLDER)/roles
5- export COLLECTIONS_PATH:= $(ANSIBLE_FOLDER)/collections
3+ export REQUIREMENTS_FILE : = $(ANSIBLE_FOLDER)/requirements.yml
4+ export ROLES_PATH := $(ANSIBLE_FOLDER)/roles
5+ export COLLECTIONS_PATH := $(ANSIBLE_FOLDER)/collections
66export CROWDSTRIKE_ROLE_PULL_KEY := $(HOME)/.ssh/crowdstrike_ansible_role_key
77
8+
89$(ROLES_PATH) $(COLLECTIONS_PATH):
910 @mkdir -p $@
1011
You can’t perform that action at this time.
0 commit comments