Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
php
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ansible
Roles
php
Compare revisions
b603fd2e6a84367fbad5bddb07ef736c6f8f5f0e to 564d96c567d070763e2f37780da8cda621cbc6bf
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
ansible/roles/php
Select target project
No results found
564d96c567d070763e2f37780da8cda621cbc6bf
Select Git revision
Branches
main
1 result
Swap
Target
ansible/roles/php
Select target project
ansible/roles/php
ericzillmann/php
2 results
b603fd2e6a84367fbad5bddb07ef736c6f8f5f0e
Select Git revision
Branches
main
1 result
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Bug fix
· 564d96c5
jurgenhaas
authored
4 years ago
564d96c5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/oci-7.2.yml
+5
-0
5 additions, 0 deletions
tasks/oci-7.2.yml
with
5 additions
and
0 deletions
tasks/oci-7.2.yml
View file @
564d96c5
...
...
@@ -40,6 +40,11 @@
path
:
/opt/oracle/instantclient_18_5
state
:
absent
-
name
:
Ensure directory /opt/oracle
file
:
path
:
/opt/oracle
state
:
directory
-
name
:
Move Oracle InstantClient to /opt/oracle
command
:
mv /tmp/instantclient_18_5 /opt/oracle/instantclient_18_5
...
...
This diff is collapsed.
Click to expand it.