mirror of
https://github.com/zerwes/ansible-fqcn-converter.git
synced 2025-02-16 16:14:50 -06:00
test precedence of ansible.builtin
This commit is contained in:
parent
e59b131e12
commit
aac888e9f5
@ -96,3 +96,7 @@
|
||||
notify: restart-xyz
|
||||
when: of_local_json
|
||||
|
||||
- name: test user ... expect buildin
|
||||
user:
|
||||
name: test
|
||||
password: '!'
|
||||
|
@ -99,3 +99,8 @@
|
||||
notify: restart-xyz
|
||||
when: of_local_json
|
||||
|
||||
- name: test user ... expect buildin
|
||||
# possible ambiguous replacement: user : ansible.builtin.user | awx.awx.user | inspur.sm.user | sensu.sensu_go.user | theforeman.foreman.user
|
||||
ansible.builtin.user:
|
||||
name: test
|
||||
password: '!'
|
||||
|
Loading…
Reference in New Issue
Block a user