mirror of
https://github.com/DO1JLR/ansible_linux_desktop_setup.git
synced 2024-09-14 19:54:51 +02:00
Cleanup playbook and update modules
This commit is contained in:
parent
c484325f23
commit
aff797b9bf
2 changed files with 1 additions and 10 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 42bc2cb4d8a61b9f4f501cd45017101f743c858c
|
Subproject commit 9b493d53a9ff40139c185ff2dc4a7c5d6cf761a6
|
9
site.yml
9
site.yml
|
@ -4,15 +4,6 @@
|
||||||
roles:
|
roles:
|
||||||
- {role: ansible_version, tags: always, gather_facts: false}
|
- {role: ansible_version, tags: always, gather_facts: false}
|
||||||
|
|
||||||
- name: Test
|
|
||||||
hosts: all
|
|
||||||
tasks:
|
|
||||||
- name: TEST1
|
|
||||||
ansible.builtin.debug:
|
|
||||||
msg: "{{ ansible_become_pass }}"
|
|
||||||
- name: T2
|
|
||||||
ansible.builtin.debug:
|
|
||||||
msg: "{{ lookup('community.general.passwordstore', 'ansible/hosts/rarity.local/users/root') }}"
|
|
||||||
- name: run do1jlr.base setup roles
|
- name: run do1jlr.base setup roles
|
||||||
hosts: all
|
hosts: all
|
||||||
roles:
|
roles:
|
||||||
|
|
Loading…
Reference in a new issue