Merge pull request #105 from dspolleke/mytags

fix tags issue 97
This commit is contained in:
Jeff Geerling 2021-05-14 22:56:33 -05:00 committed by GitHub
commit 2cfbd1289a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,12 +23,15 @@
tasks:
- import_tasks: tasks/ansible-setup.yml
tags: ['setup']
- import_tasks: tasks/sudoers.yml
when: configure_sudoers
tags: ['sudoers']
- import_tasks: tasks/terminal.yml
when: configure_terminal
tags: ['terminal']
- import_tasks: tasks/osx.yml
when: configure_osx
@ -46,3 +49,4 @@
loop_control:
loop_var: outer_item
with_fileglob: "{{ post_provision_tasks|default(omit) }}"
tags: ['post']