mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-04 05:04:22 -07:00
Added .ansible to .gitignore
This commit is contained in:
parent
8697026101
commit
8b64f1cc5f
2 changed files with 3 additions and 11 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -530,3 +530,4 @@ tests/integration/cloud-config-*.ini
|
||||||
|
|
||||||
# VSCode specific extensions
|
# VSCode specific extensions
|
||||||
.vscode/settings.json
|
.vscode/settings.json
|
||||||
|
.ansible
|
||||||
|
|
|
@ -45,15 +45,6 @@
|
||||||
ansible.builtin.command: pvs --noheadings -o pv_size --units M {{ loop_device_02.stdout }}
|
ansible.builtin.command: pvs --noheadings -o pv_size --units M {{ loop_device_02.stdout }}
|
||||||
register: pv_size_output_02
|
register: pv_size_output_02
|
||||||
|
|
||||||
- name: Showing current device mapper status
|
|
||||||
ansible.builtin.shell: dmsetup ls
|
|
||||||
|
|
||||||
- name: Making sure volume group testvg does not exist
|
|
||||||
community.general.lvg:
|
|
||||||
vg: testvg
|
|
||||||
force: true
|
|
||||||
state: absent
|
|
||||||
|
|
||||||
- name: Creating volume group on top of first device {{ loop_device_01.stdout }}
|
- name: Creating volume group on top of first device {{ loop_device_01.stdout }}
|
||||||
community.general.lvg:
|
community.general.lvg:
|
||||||
vg: testvg
|
vg: testvg
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue