summaryrefslogtreecommitdiff
path: root/test/integration/targets/apt_repository/tasks/mode.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/apt_repository/tasks/mode.yaml')
-rw-r--r--test/integration/targets/apt_repository/tasks/mode.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/integration/targets/apt_repository/tasks/mode.yaml b/test/integration/targets/apt_repository/tasks/mode.yaml
index 0de6ca14ae..d9895368a3 100644
--- a/test/integration/targets/apt_repository/tasks/mode.yaml
+++ b/test/integration/targets/apt_repository/tasks/mode.yaml
@@ -41,7 +41,6 @@
apt_repository:
repo: "{{ test_repo_spec }}"
state: present
- mode: 0644
register: no_mode_results
- name: Gather no mode stat
@@ -128,4 +127,4 @@
# See https://github.com/ansible/ansible/issues/16370
- name: Assert mode_given_yaml_literal_600 is correct
assert:
- that: "mode_given_yaml_literal_600.stat.mode == '1130'"
+ that: "mode_given_yaml_literal_600.stat.mode == '1130'" \ No newline at end of file