Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
ea21e5b5
Commit
ea21e5b5
authored
Feb 20, 2014
by
Richard C Isaacson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup of uid bits.
parent
10e116ea
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
tests_new/integration/roles/test_file/tasks/main.yml
+3
-3
No files found.
tests_new/integration/roles/test_file/tasks/main.yml
View file @
ea21e5b5
...
@@ -63,7 +63,7 @@
...
@@ -63,7 +63,7 @@
-
"
file4_result.mode
==
'0600'"
-
"
file4_result.mode
==
'0600'"
-
name
:
change ownership and group
-
name
:
change ownership and group
file
:
path={{output_dir}}/baz.txt owner=1
000 group=1000
file
:
path={{output_dir}}/baz.txt owner=1
234 group=1234
-
name
:
create soft link to file
-
name
:
create soft link to file
file
:
src={{output_file}} dest={{output_dir}}/soft.txt state=link
file
:
src={{output_file}} dest={{output_dir}}/soft.txt state=link
...
@@ -122,7 +122,7 @@
...
@@ -122,7 +122,7 @@
copy
:
src=foobar dest={{output_dir}}
copy
:
src=foobar dest={{output_dir}}
-
name
:
Change ownership of a directory with recurse=no(default)
-
name
:
Change ownership of a directory with recurse=no(default)
file
:
path={{output_dir}}/foobar owner=1
000
file
:
path={{output_dir}}/foobar owner=1
234
-
name
:
verify that the permission of the directory was set
-
name
:
verify that the permission of the directory was set
file
:
path={{output_dir}}/foobar state=directory
file
:
path={{output_dir}}/foobar state=directory
...
@@ -137,7 +137,7 @@
...
@@ -137,7 +137,7 @@
file
:
path={{output_dir}}/foobar/fileA state=file
file
:
path={{output_dir}}/foobar/fileA state=file
register
:
file9_result
register
:
file9_result
-
name
:
assert the file owner has not changed to 1
000
-
name
:
assert the file owner has not changed to 1
234
assert
:
assert
:
that
:
that
:
-
"
file9_result.uid
!=
1234"
-
"
file9_result.uid
!=
1234"
...
...
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