test precedence of ansible.builtin

This commit is contained in:
Klaus Zerwes 2022-09-19 20:43:28 +02:00
parent e59b131e12
commit aac888e9f5
2 changed files with 9 additions and 0 deletions

View File

@ -96,3 +96,7 @@
notify: restart-xyz
when: of_local_json
- name: test user ... expect buildin
user:
name: test
password: '!'

View File

@ -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: '!'