Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
scripts
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
webarch
scripts
Commits
50bd50d1
Commit
50bd50d1
authored
Jul 24, 2020
by
Chris Croome
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
omit fragfinder script
parent
21dc3fcf
Pipeline
#12934
failed with stage
in 38 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
16 deletions
+16
-16
tasks/main.yml
tasks/main.yml
+16
-16
No files found.
tasks/main.yml
View file @
50bd50d1
...
...
@@ -24,20 +24,20 @@
tags
:
-
scripts
-
name
:
Checkout mysqlfragfinder script
git
:
repo
:
https://github.com/pdufault/mysqlfragfinder.git
dest
:
/usr/local/src/mysqlfragfinder
tags
:
-
scripts
-
name
:
Install mysqlfragfinder script
copy
:
src
:
"
/usr/local/src/mysqlfragfinder/mysqlfragfinder.sh"
dest
:
"
/usr/local/bin/mysqlfragfinder.sh"
remote_src
:
true
mode
:
0755
delegate_to
:
"
{{
inventory_hostname
}}"
tags
:
-
scripts
#
- name: Checkout mysqlfragfinder script
#
git:
#
repo: https://github.com/pdufault/mysqlfragfinder.git
#
dest: /usr/local/src/mysqlfragfinder
#
tags:
#
- scripts
#
#
- name: Install mysqlfragfinder script
#
copy:
#
src: "/usr/local/src/mysqlfragfinder/mysqlfragfinder.sh"
#
dest: "/usr/local/bin/mysqlfragfinder.sh"
#
remote_src: true
#
mode: 0755
#
delegate_to: "{{ inventory_hostname }}"
#
tags:
#
- scripts
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment