|
|
@ -20,6 +20,7 @@
|
|
|
|
repo: "{{ test_repo_spec }}"
|
|
|
|
repo: "{{ test_repo_spec }}"
|
|
|
|
state: present
|
|
|
|
state: present
|
|
|
|
mode: 0600
|
|
|
|
mode: 0600
|
|
|
|
|
|
|
|
update_cache: false
|
|
|
|
register: mode_given_results
|
|
|
|
register: mode_given_results
|
|
|
|
|
|
|
|
|
|
|
|
- name: Gather mode_given_as_literal_yaml stat
|
|
|
|
- name: Gather mode_given_as_literal_yaml stat
|
|
|
@ -41,6 +42,7 @@
|
|
|
|
apt_repository:
|
|
|
|
apt_repository:
|
|
|
|
repo: "{{ test_repo_spec }}"
|
|
|
|
repo: "{{ test_repo_spec }}"
|
|
|
|
state: present
|
|
|
|
state: present
|
|
|
|
|
|
|
|
update_cache: false
|
|
|
|
register: no_mode_results
|
|
|
|
register: no_mode_results
|
|
|
|
|
|
|
|
|
|
|
|
- name: Gather no mode stat
|
|
|
|
- name: Gather no mode stat
|
|
|
@ -63,6 +65,7 @@
|
|
|
|
repo: "{{ test_repo_spec }}"
|
|
|
|
repo: "{{ test_repo_spec }}"
|
|
|
|
state: present
|
|
|
|
state: present
|
|
|
|
mode: "0600"
|
|
|
|
mode: "0600"
|
|
|
|
|
|
|
|
update_cache: false
|
|
|
|
register: mode_given_string_results
|
|
|
|
register: mode_given_string_results
|
|
|
|
|
|
|
|
|
|
|
|
- name: Gather mode_given_string stat
|
|
|
|
- name: Gather mode_given_string stat
|
|
|
@ -81,6 +84,7 @@
|
|
|
|
repo: "{{ test_repo_spec }}"
|
|
|
|
repo: "{{ test_repo_spec }}"
|
|
|
|
state: present
|
|
|
|
state: present
|
|
|
|
mode: "600"
|
|
|
|
mode: "600"
|
|
|
|
|
|
|
|
update_cache: false
|
|
|
|
register: mode_given_string_600_results
|
|
|
|
register: mode_given_string_600_results
|
|
|
|
|
|
|
|
|
|
|
|
- name: Gather mode_given_600_string stat
|
|
|
|
- name: Gather mode_given_600_string stat
|
|
|
@ -103,6 +107,7 @@
|
|
|
|
repo: "{{ test_repo_spec }}"
|
|
|
|
repo: "{{ test_repo_spec }}"
|
|
|
|
state: present
|
|
|
|
state: present
|
|
|
|
mode: 600
|
|
|
|
mode: 600
|
|
|
|
|
|
|
|
update_cache: false
|
|
|
|
register: mode_given_short_results
|
|
|
|
register: mode_given_short_results
|
|
|
|
|
|
|
|
|
|
|
|
- name: Gather mode_given_yaml_literal_600 stat
|
|
|
|
- name: Gather mode_given_yaml_literal_600 stat
|
|
|
|